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:
parent
8a28136627
commit
3973b56e26
@ -1,3 +1,8 @@
|
|||||||
|
if static_build
|
||||||
|
warning('Validate plugins are disabled in static build mode')
|
||||||
|
subdir_done()
|
||||||
|
endif
|
||||||
|
|
||||||
subdir('fault_injection')
|
subdir('fault_injection')
|
||||||
subdir('gapplication')
|
subdir('gapplication')
|
||||||
subdir('ssim')
|
subdir('ssim')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user