gstreamer/subprojects/gst-devtools/validate/plugins/meson.build
Stéphane Cerveau 3973b56e26 validate: disable plugins in static build
As the plugins can not be used in gstreamer-full,
disable the plugins.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4128>
2023-05-31 15:17:11 +00:00

13 lines
211 B
Meson

if static_build
warning('Validate plugins are disabled in static build mode')
subdir_done()
endif
subdir('fault_injection')
subdir('gapplication')
subdir('ssim')
if gtk_dep.found()
subdir('gtk')
endif