ports/multimedia/gstreamer1-plugins-bad/files/patch-meson.build
Jason E. Hale 9033cb222f Gstreamer: Update to 1.24.9
https://gstreamer.freedesktop.org/releases/1.24/#1.24.9

Security:	d48a2224-9b4c-11ef-bdd9-4ccc6adda413
2024-11-07 20:23:35 -05:00

18 lines
488 B
Text

--- meson.build.orig 2024-10-30 20:33:30 UTC
+++ meson.build
@@ -556,6 +556,7 @@ pkgconfig_subdirs = ['gstreamer-1.0']
pkgconfig_subdirs = ['gstreamer-1.0']
+if get_option('pkgconfig').enabled()
pkgconfig.generate(
libraries : [gst_dep],
variables : pkgconfig_variables,
@@ -563,6 +564,7 @@ pkgconfig.generate(
name : 'gstreamer-plugins-bad-1.0',
description : 'Streaming media framework, bad plugins libraries',
)
+endif
gpl_allowed = get_option('gpl').allowed()