summaryrefslogtreecommitdiff
path: root/build/mingw
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-01-16 22:06:05 +0000
committerRobert Bragg <robert@linux.intel.com>2012-01-16 23:27:36 +0000
commit050edcee239e37fba9eb115b2c10b207dc848fd9 (patch)
tree70a0715f23e772cc11d6450a20f6b8abc5aeb2c9 /build/mingw
parentf7f730ee84602f73a803967dea86753f8c46f633 (diff)
downloadcogl-050edcee239e37fba9eb115b2c10b207dc848fd9.tar.gz
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.
Diffstat (limited to 'build/mingw')
-rwxr-xr-xbuild/mingw/mingw-fetch-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mingw/mingw-fetch-dependencies.sh b/build/mingw/mingw-fetch-dependencies.sh
index b90bae67..5054e263 100755
--- a/build/mingw/mingw-fetch-dependencies.sh
+++ b/build/mingw/mingw-fetch-dependencies.sh
@@ -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";