aboutsummaryrefslogtreecommitdiff
path: root/extra/gstreamer/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gstreamer/build')
-rwxr-xr-xextra/gstreamer/build12
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/gstreamer/build b/extra/gstreamer/build
index 7028b78a..592deeaa 100755
--- a/extra/gstreamer/build
+++ b/extra/gstreamer/build
@@ -2,13 +2,15 @@
export DESTDIR="$1"
-meson \
- --prefix=/usr \
- -Dbuildtype=release \
+# Let's not use bison as long as we don't need to
+patch -p1 < byacc.patch
+clsed '/^args/{s/yfile,//;s/cfile/cfile, yfile/;}' gst/parse/gen_grammar.py.in
+
+cl-meson \
-Ddbghelp=disabled \
-Dintrospection=disabled \
- -Dexample=false \
- -Dgtk_doc=disabled \
+ -Dexamples=disabled \
+ -Ddoc=disabled \
. output
ninja -C output