Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: disable gst-plugin in msvc pipeline
Installation of the conan package of gst-plugins-base fails, because for some reason the right pkg-config is not found, just the one bundled with strawberry perl, which meson ignores saying it is broken. gstreamer package installation is succesfull though. ``` found pkg-config 'C:\\Strawberry\\perl\\bin\\pkg-config.BAT' but it is Strawberry Perl and thus broken. Ignoring... Found Pkg-config: NO Found CMake: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.EXE (3.20.21032501) Run-time dependency glib-2.0 found: NO (tried pkgconfig and cmake) Not looking for a fallback subproject for the dependency glib-2.0 because: Use of fallback dependencies is disabled. source_subfolder\meson.build:291:0: ERROR: Dependency 'glib-2.0' is required but not found. ``` So let's disable aravis gstreamer plugin for now.
- Loading branch information