--- gst-libs/gst/play/meson.build.orig 2022-09-05 21:13:21 UTC +++ gst-libs/gst/play/meson.build @@ -1,3 +1,4 @@ +if get_option('play').enabled() gstplay_sources = files( 'gstplay.c', 'gstplay-signal-adapter.c', @@ -74,3 +75,4 @@ gstplay_dep = declare_dependency(link_with : gstplay, gsttag_dep, gstpbutils_dep]) meson.override_dependency(pkg_name, gstplay_dep) +endif