diff options
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf index 2eaa428b5..75c1c6ad4 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 |