diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-16 09:46:48 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-16 09:46:48 +0200 |
commit | b936bccd9d0d7f50f37c078b7aad9e75ee9fc981 (patch) | |
tree | 8387c8cbce8c4924a71fa34d7df124f8593a0e94 /linux/makepkg/PKGBUILD | |
parent | Bookmarks manager bugfixes (diff) | |
download | smolbote-b936bccd9d0d7f50f37c078b7aad9e75ee9fc981.tar.xz |
Add Plasma option to cmake that turns on KF5 blur window effect
Diffstat (limited to 'linux/makepkg/PKGBUILD')
-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! |