gstreamer/tests/meson.build
Tim-Philipp Müller 8edfec2cc3 meson: skip tests on windows for now
As we do in the other modules. As libgstcheck is currently not
built on windows. Fixes "Fallback variable 'gst_check_dep' in
the subproject 'gstreamer' does not exist"" Meson error.
2017-07-21 13:36:31 +01:00

3 lines
62 B
Meson

if host_machine.system() != 'windows'
subdir('check')
endif