From 316de03cf368316497b1ea983c1ea9a28a9d816d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 12 Dec 2006 19:35:49 +0000 Subject: [PATCH] Fix glib versions git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1025 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/poky-bleeding.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index 2eaa428..75c1c6a 100644 --- a/meta/conf/distro/poky-bleeding.conf +++ b/meta/conf/distro/poky-bleeding.conf @@ -1,6 +1,7 @@ PREFERRED_VERSION_gtk+ ?= "2.10.6" PREFERRED_VERSION_pango ?= "1.15.1" PREFERRED_VERSION_cairo ?= "1.3.6" -PREFERRED_VERSION_glib ?= "2.12.0" +PREFERRED_VERSION_glib-2.0 ?= "2.12.4" +PREFERRED_VERSION_glib-2.0-native ?= "2.12.4" require conf/distro/poky.conf \ No newline at end of file -- 2.7.4