mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
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 changed files with 5 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue