diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/makepkg/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index b088409..d3010f2 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -68,6 +68,9 @@ build() { # Flavour, also requires clang #_cmake_options="$_cmake_options -DUseLibCpp=On" + # Flavour: add some KF5 effects + _cmake_options="$_cmake_options -DPlasma=On" + # Build System # Flavour: I use ninja, but you can comment this out, or set your own # flavour. Don't forget to change the Build and Install though! |