mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
3973b56e26
As the plugins can not be used in gstreamer-full, disable the plugins. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4128>
12 lines
211 B
Meson
12 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
|