From 4eedf60d76a047f63b0991eee0b623e9be854c76 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 13 Dec 2018 12:49:28 +0100 Subject: MainWindow: rework menu bar Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function --- linux/makepkg/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux') diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index cd5e8db..52537d1 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -57,7 +57,7 @@ build() { # b_pie: Build executables as position independent # b_lto: Use link time optimization meson --buildtype=plain --prefix=/usr/local --auto-features=disabled \ - -Db_pie=enabled -Db_lto=enabled -Dcpp_link_args="-fuse-ld=gold" \ + -Db_pie=true -Db_lto=true -Dcpp_link_args="-fuse-ld=gold" \ -DPlasma=enabled -Dmanpage=enabled \ $srcdir/build -- cgit v1.2.1