forked from AuroraMiddleware/gtk
Try one more time to fix win32 ci
This commit is contained in:
parent
69d5dc7c9a
commit
6b9622f0da
@ -48,7 +48,7 @@ if ! pkg-config --atleast-version=2.65.0 glib-2.0; then
|
|||||||
fi
|
fi
|
||||||
pkg-config --modversion glib-2.0
|
pkg-config --modversion glib-2.0
|
||||||
|
|
||||||
if ! pkg-config --atleast-version=1.45.4 pango; then
|
if ! pkg-config --atleast-version=1.47.0 pango; then
|
||||||
git clone https://gitlab.gnome.org/GNOME/pango.git _pango
|
git clone https://gitlab.gnome.org/GNOME/pango.git _pango
|
||||||
meson setup _pango_build _pango
|
meson setup _pango_build _pango
|
||||||
meson compile -C _pango_build
|
meson compile -C _pango_build
|
||||||
|
@ -23,7 +23,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req)
|
glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req)
|
||||||
pango_req = '>= 1.47.0'
|
pango_req = '>= 1.47.0' # keep this in sync with .gitlab-ci/test-msys.sh
|
||||||
fribidi_req = '>= 0.19.7'
|
fribidi_req = '>= 0.19.7'
|
||||||
cairo_req = '>= 1.14.0'
|
cairo_req = '>= 1.14.0'
|
||||||
gdk_pixbuf_req = '>= 2.30.0'
|
gdk_pixbuf_req = '>= 2.30.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user