mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
cbd02b9584
Fixes a configure error with gst-build: subprojects/gst-plugins-base/meson.build:235:2: ERROR: Fetched variable 'gst_check_dep' in the subproject 'gstreamer' is not a dependency object.
12 lines
289 B
Meson
12 lines
289 B
Meson
if not get_option('benchmarks').disabled()
|
|
subdir('benchmarks')
|
|
endif
|
|
if not get_option('tests').disabled() and gst_check_dep.found()
|
|
subdir('check')
|
|
endif
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
endif
|
|
if not get_option('tools').disabled()
|
|
subdir('misc')
|
|
endif
|