1
0
Fork 0

mingw: update glib dependency to 2.28

Cogl depends on glib 2.28 for g_source_get_time() so this patch updates
the mingw-fetch-dependencies.sh helper script to fetch the 2.28.8-1
win32 glib binaries.
This commit is contained in:
Robert Bragg 2012-01-16 22:06:05 +00:00
parent f7f730ee84
commit 050edcee23

View file

@ -8,7 +8,7 @@
TOR_URL="http://ftp.gnome.org/pub/gnome/binaries/win32";
TOR_BINARIES=( \
glib/2.26/glib{-dev,}_2.26.0-2_win32.zip \
glib/2.28/glib{-dev,}_2.28.8-1_win32.zip \
pango/1.28/pango{-dev,}_1.28.0-1_win32.zip);
TOR_DEP_URL="http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies";