summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8c608a2fc2f..cf2c22cf27b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,8 +38,8 @@ prepare(){
--strip \
-Dc_args='-minline-all-stringops -D_FORTIFY_SOURCE=2' \
-Db_pie=true \
- -Dopenal=true
- #-Dwifi=true #wifi wants libagg??
+ -Dopenal=true \
+ -Dwifi=true
meson configure ../../../build/
}