forked from AuroraMiddleware/gtk
Merge branch 'ci-win32-introspection-enabled' into 'master'
CI: Enable introspection again for the Windows build See merge request GNOME/gtk!2651
This commit is contained in:
commit
6de7022458
@ -60,14 +60,12 @@ pkg-config --modversion pango
|
|||||||
ccache --zero-stats
|
ccache --zero-stats
|
||||||
ccache --show-stats
|
ccache --show-stats
|
||||||
export CCACHE_DISABLE=true
|
export CCACHE_DISABLE=true
|
||||||
# FIXME: introspection disabled for now because of
|
|
||||||
# https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/340
|
|
||||||
meson \
|
meson \
|
||||||
-Dx11-backend=false \
|
-Dx11-backend=false \
|
||||||
-Dwayland-backend=false \
|
-Dwayland-backend=false \
|
||||||
-Dwin32-backend=true \
|
-Dwin32-backend=true \
|
||||||
-Dvulkan=disabled \
|
-Dvulkan=disabled \
|
||||||
-Dintrospection=disabled \
|
-Dintrospection=enabled \
|
||||||
-Dgtk:werror=true \
|
-Dgtk:werror=true \
|
||||||
_build
|
_build
|
||||||
unset CCACHE_DISABLE
|
unset CCACHE_DISABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user