This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2024-11-14 13:21:28 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
abeb896232
gstreamer
/
tests
/
meson.build
4 lines
62 B
Meson
Raw
Normal View
History
Unescape
Escape
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 12:36:00 +00:00
if
host_machine
.
system
(
)
!=
'windows'
subdir
(
'check'
)
endif
Reference in a new issue
Copy permalink