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>
This commit is contained in:
Stéphane Cerveau 2023-03-16 13:25:31 +01:00 committed by GStreamer Marge Bot
parent 8a28136627
commit 3973b56e26

View file

@ -1,3 +1,8 @@
if static_build
warning('Validate plugins are disabled in static build mode')
subdir_done()
endif
subdir('fault_injection')
subdir('gapplication')
subdir('ssim')