mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
10 lines
176 B
Meson
10 lines
176 B
Meson
subdir('base')
|
|
subdir('controller')
|
|
subdir('net')
|
|
subdir('helpers')
|
|
|
|
if get_option('check').disabled()
|
|
gst_check_dep = disabler() # KISS for now
|
|
else
|
|
subdir('check')
|
|
endif
|