diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-16 11:43:21 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-16 11:43:21 +0200 |
commit | ccfcbe08c91206239ab3510c33dde968fdc6eb05 (patch) | |
tree | b9909f2f05e2a4a00d4f0213cea5cf87aecea2f6 /linux/makepkg/PKGBUILD | |
parent | Add Plasma option to cmake that turns on KF5 blur window effect (diff) | |
download | smolbote-ccfcbe08c91206239ab3510c33dde968fdc6eb05.tar.xz |
Add extra-cmake-modules to make depends
Diffstat (limited to 'linux/makepkg/PKGBUILD')
-rw-r--r-- | linux/makepkg/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index d3010f2..9544732 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -13,7 +13,7 @@ license=('GPL3') replaces=('smolbote-git') depends=('qt5-webengine>=5.10.1' 'boost-libs>=1.66.0') -makedepends=('mercurial' 'cmake' 'pkg-config' 'ninja') +makedepends=('mercurial' 'cmake' 'pkg-config' 'ninja' 'extra-cmake-modules') # this is the central repository source=("smolbote-hg::hg+https://neueland.iserlohn-fortress.net/smolbote.hg") @@ -69,6 +69,7 @@ build() { #_cmake_options="$_cmake_options -DUseLibCpp=On" # Flavour: add some KF5 effects + # this requires 'extra-cmake-modules' _cmake_options="$_cmake_options -DPlasma=On" # Build System |