aboutsummaryrefslogtreecommitdiff
path: root/extra/gstreamer/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-10-13 17:56:04 +0200
committerCem Keylan <cem@ckyln.com>2022-10-13 17:56:04 +0200
commite2f11aac4a5aa00c742bbe9760184a5512f4b34d (patch)
tree58f16179f4add4b2f15390cdc1c5c785c1537020 /extra/gstreamer/build
parent3731c0e2cbb7d572bace373e27f1c86defefc551 (diff)
downloadrepository-e2f11aac4a5aa00c742bbe9760184a5512f4b34d.tar.gz
gstreamer: bump to 1.20.4 and add patch to use byacc instead of bison
Diffstat (limited to 'extra/gstreamer/build')
-rwxr-xr-xextra/gstreamer/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/gstreamer/build b/extra/gstreamer/build
index 11517bc3..592deeaa 100755
--- a/extra/gstreamer/build
+++ b/extra/gstreamer/build
@@ -2,6 +2,10 @@
export DESTDIR="$1"
+# 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 \