summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-11-26 14:41:22 -0500
committerVincent Grande2020-11-26 14:41:22 -0500
commit533da15c405a4761f139768232a09ae7e99c3e40 (patch)
treeca2ce0c9c81c029d0809192a6253bb41adee1918
parent1746cd25fa83033ef6aaaacb727bf2171e8fa06f (diff)
downloadaur-533da15c405a4761f139768232a09ae7e99c3e40.tar.gz
enabled glib
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b307869d9968..10f55783ef39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,7 @@ build() {
-D bluez5-ofono-headset=false \
-D dbus=disabled \
-D fftw=disabled \
- -D glib=disabled \
+ -D glib=enabled \
-D gsettings=disabled \
-D gstreamer=disabled \
-D gtk=disabled \
@@ -67,6 +67,8 @@ build() {
-D adrian-aec=false \
-D webrtc-aec=disabled
meson compile -C build
+
+# glib needed for libpulse.so to be created
}
#check() {