mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
8edfec2cc3
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.
3 lines
62 B
Meson
3 lines
62 B
Meson
if host_machine.system() != 'windows'
|
|
subdir('check')
|
|
endif
|