freebsd-ports/multimedia/gstreamer1-plugins-bad/files/patch-data_meson.build
Gleb Popov 4a8a17c8c6 multimedia/gstreamer1: Update to 1.22, new stable branch.
PR:		269895
Exp-run by:	antoine
Sponsored by:   Serenity Cybersecurity, LLC
2023-03-09 12:33:30 +03:00

12 lines
374 B
Text

--- data/meson.build.orig 2023-01-23 19:29:34 UTC
+++ data/meson.build
@@ -1,3 +1,4 @@
+if get_option('data').enabled()
encoding_targetsdir = join_paths(get_option('datadir'),
'gstreamer-' + api_version, 'encoding-profiles')
@@ -28,3 +29,4 @@ meson.add_devenv(env)
env = environment()
env.prepend('GST_ENCODING_TARGET_PATH', srcdirs)
meson.add_devenv(env)
+endif