aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-16 09:46:48 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-16 09:46:48 +0200
commitb936bccd9d0d7f50f37c078b7aad9e75ee9fc981 (patch)
tree8387c8cbce8c4924a71fa34d7df124f8593a0e94 /linux
parentBookmarks manager bugfixes (diff)
downloadsmolbote-b936bccd9d0d7f50f37c078b7aad9e75ee9fc981.tar.xz
Add Plasma option to cmake that turns on KF5 blur window effect
Diffstat (limited to 'linux')
-rw-r--r--linux/makepkg/PKGBUILD3
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!