aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins/files/patch-tools_meson.build
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-02-28 06:09:44 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-03-09 09:33:30 +0000
commit4a8a17c8c628d4191373f06daedb9d83949d742e (patch)
tree3ac4c18ad8d7a08df4e1e87de953a407be5c7c99 /multimedia/gstreamer1-plugins/files/patch-tools_meson.build
parentd3cc197143a1be7834ea1a2b4795bab8d8f6ebd2 (diff)
downloadports-4a8a17c8c628d4191373f06daedb9d83949d742e.tar.gz
ports-4a8a17c8c628d4191373f06daedb9d83949d742e.zip
Diffstat (limited to 'multimedia/gstreamer1-plugins/files/patch-tools_meson.build')
-rw-r--r--multimedia/gstreamer1-plugins/files/patch-tools_meson.build15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/gstreamer1-plugins/files/patch-tools_meson.build b/multimedia/gstreamer1-plugins/files/patch-tools_meson.build
new file mode 100644
index 000000000000..6d1c193da58c
--- /dev/null
+++ b/multimedia/gstreamer1-plugins/files/patch-tools_meson.build
@@ -0,0 +1,15 @@
+--- tools/meson.build.orig 2023-01-23 19:29:34 UTC
++++ tools/meson.build
+@@ -1,3 +1,4 @@
++if not get_option('tools').disabled()
+ tool_deps = [pbutils_dep, audio_dep, video_dep, tag_dep, gst_dep, gst_base_dep, gmodule_dep]
+
+ extra_args = []
+@@ -44,7 +45,6 @@ endif
+ },
+ }
+
+-if not get_option('tools').disabled()
+ foreach tool, data: gst_tools
+ exe_name = '@0@-@1@'.format(tool, api_version)
+ executable(exe_name,