aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_play_meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_play_meson.build')
-rw-r--r--multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_play_meson.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_play_meson.build b/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_play_meson.build
new file mode 100644
index 000000000000..57c62c02d424
--- /dev/null
+++ b/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_play_meson.build
@@ -0,0 +1,12 @@
+--- gst-libs/gst/play/meson.build.orig 2022-09-05 21:13:21 UTC
++++ gst-libs/gst/play/meson.build
+@@ -1,3 +1,4 @@
++if get_option('play').enabled()
+ gstplay_sources = files(
+ 'gstplay.c',
+ 'gstplay-signal-adapter.c',
+@@ -74,3 +75,4 @@ gstplay_dep = declare_dependency(link_with : gstplay,
+ gsttag_dep, gstpbutils_dep])
+
+ meson.override_dependency(pkg_name, gstplay_dep)
++endif