mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 02:49:59 +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.
10 lines
183 B
Meson
10 lines
183 B
Meson
subdir('base')
|
|
subdir('controller')
|
|
subdir('net')
|
|
subdir('helpers')
|
|
|
|
if get_option('check').disabled()
|
|
gst_check_dep = dependency('', required : false)
|
|
else
|
|
subdir('check')
|
|
endif
|