blob: bfbbc8551e0249afda60317de964e1887ddb701f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- gst-libs/gst/allocators/meson.build.orig 2025-03-11 20:14:44 UTC
+++ gst-libs/gst/allocators/meson.build
@@ -1,3 +1,4 @@
+if get_option('allocators').enabled()
gst_allocators_headers = files([
'allocators.h',
'allocators-prelude.h',
@@ -94,3 +95,4 @@ meson.override_dependency('gstreamer-allocators-1.0',
sources : allocators_gen_sources)
meson.override_dependency('gstreamer-allocators-1.0', allocators_dep)
+endif
|