mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
ebcf3f5f63
This is needed because we don't always have gstreamer-check available, for instance inside Cerbero on iOS.
11 lines
248 B
Meson
11 lines
248 B
Meson
# FIXME: make check work on windows
|
|
if host_system != 'windows'
|
|
if not get_option('tests').disabled() and gstcheck_dep.found()
|
|
subdir('check')
|
|
endif
|
|
endif
|
|
|
|
subdir('icles')
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
endif
|