mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
https://gstreamer.freedesktop.org/releases/1.24/#1.24.9 Security: d48a2224-9b4c-11ef-bdd9-4ccc6adda413
18 lines
488 B
Text
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()
|
|
|