mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
e5ad55d649
And remove duplicate option 'poisoning' and unused 'build_tools' one.
12 lines
263 B
Meson
12 lines
263 B
Meson
if not get_option('benchmarks').disabled()
|
|
subdir('benchmarks')
|
|
endif
|
|
if not get_option('tests').disabled()
|
|
subdir('check')
|
|
endif
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
endif
|
|
if not get_option('tools').disabled()
|
|
subdir('misc')
|
|
endif
|