summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Tobias2020-09-26 21:34:59 +1000
committerDaniel Tobias2020-09-26 21:34:59 +1000
commit42fa2469681e59513392a00f1ab8e7e475f4de60 (patch)
treee121bf708e554136b3a9439afe8778991b9095ff
parent1d3457515bfd4d6d433fc73e83c6de47b8593ed5 (diff)
downloadaur-42fa2469681e59513392a00f1ab8e7e475f4de60.tar.gz
re-enable wifi support
-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/
}