diff options
author | Ross Burton <ross@openedhand.com> | 2007-02-04 18:44:49 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-02-04 18:44:49 +0000 |
commit | 148b7cb5e57a5a6c261f384beb2ddb416c4cf8ee (patch) | |
tree | 709e035e410064323b894010f826b30abeff4956 /meta/conf | |
parent | 74e04265035bbb5aaac4860790cfc6f9d4c05839 (diff) | |
download | poky-148b7cb5e57a5a6c261f384beb2ddb416c4cf8ee.tar.gz |
Use newer Glib and GTK+
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1259 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index cffe5fc3a1..293384d740 100644 --- a/meta/conf/distro/poky-bleeding.conf +++ b/meta/conf/distro/poky-bleeding.conf | |||
@@ -1,8 +1,8 @@ | |||
1 | PREFERRED_VERSION_glib-2.0 ?= "2.12.4" | 1 | PREFERRED_VERSION_glib-2.0 ?= "2.12.6" |
2 | PREFERRED_VERSION_glib-2.0-native ?= "2.12.4" | 2 | PREFERRED_VERSION_glib-2.0-native ?= "2.12.4" |
3 | 3 | ||
4 | PREFERRED_VERSION_cairo ?= "1.3.12" | 4 | PREFERRED_VERSION_cairo ?= "1.3.12" |
5 | PREFERRED_VERSION_pango ?= "1.15.2" | 5 | PREFERRED_VERSION_pango ?= "1.15.2" |
6 | PREFERRED_VERSION_gtk+ ?= "2.10.6" | 6 | PREFERRED_VERSION_gtk+ ?= "2.10.9" |
7 | 7 | ||
8 | require conf/distro/poky.conf | 8 | require conf/distro/poky.conf |