diff options
author | Ross Burton <ross@openedhand.com> | 2008-04-08 14:33:40 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-04-08 14:33:40 +0000 |
commit | abb10975d6920bc6e96fff8f3a8b2d92261a18fe (patch) | |
tree | 309e53bce05202b648fc00c66da63f50eb86d889 /meta/conf | |
parent | 27331b1897bca78ff401844413f86c42eb724777 (diff) | |
download | openembedded-core-abb10975d6920bc6e96fff8f3a8b2d92261a18fe.tar.gz openembedded-core-abb10975d6920bc6e96fff8f3a8b2d92261a18fe.tar.bz2 openembedded-core-abb10975d6920bc6e96fff8f3a8b2d92261a18fe.zip |
glib-2.0: upgrade to 2.16.3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4197 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 757007c00b..3f789e6cb5 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -206,8 +206,8 @@ PREFERRED_VERSION_gtk-sato-engine ?= "0.3.1" PREFERRED_VERSION_matchbox-theme-sato ?= "0.1" PREFERRED_VERSION_sato-icon-theme ?= "0.4.1" -PREFERRED_VERSION_glib-2.0 ?= "2.16.1" -PREFERRED_VERSION_glib-2.0-native ?= "2.16.1" +PREFERRED_VERSION_glib-2.0 ?= "2.16.3" +PREFERRED_VERSION_glib-2.0-native ?= "2.16.3" PREFERRED_VERSION_atk ?= "1.20.0" PREFERRED_VERSION_cairo ?= "1.4.14" PREFERRED_VERSION_pango ?= "1.18.3" |