From 1e2034c9e3aef2b1eaeb2a622d5a59a956fb13f4 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 11 Dec 2018 13:35:00 +0100 Subject: Update poi_firejail.desktop --- linux/makepkg/PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'linux/makepkg') diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 55eb000..3d75cf2 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -54,19 +54,15 @@ build() { # --buildtype=plain - meson won't add any flags to the command line # --prefix=... - install prefix # --auto-features=disabled - features should be explicitly enabled - meson --buildtype=plain --prefix=/usr/local --auto-features=disabled $srcdir/build + meson --buildtype=plain --prefix=/usr/local --auto-features=disabled \ + -DPlasma=enabled -Dmanpage=enabled \ + $srcdir/build # Run menuconfig #KCONFIG_CONFIG=linux/.config menuconfig - cd $srcdir/build - - # Toggle features - #meson configure -DBreakpad=enabled - meson configure -DPlasma=enabled - meson configure -Dmanpage=enabled - # Build + cd $srcdir/build ninja } -- cgit v1.2.1