From b936bccd9d0d7f50f37c078b7aad9e75ee9fc981 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 16 Jun 2018 09:46:48 +0200 Subject: Add Plasma option to cmake that turns on KF5 blur window effect --- linux/makepkg/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux') 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! -- cgit v1.2.1