forked from Lainports/freebsd-ports
12 lines
374 B
Text
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
|