From 732c15d4edc7627d88edaa81ff27dda034d9b81c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 10 May 2007 16:52:10 +0000 Subject: poky.conf: Fix gtk-engines for world build git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1706 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/poky.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index b9a73748c..359a13894 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -136,7 +136,6 @@ PREFERRED_VERSION_atk ?= "1.10.3" PREFERRED_VERSION_cairo ?= "1.2.4" PREFERRED_VERSION_pango ?= "1.10.2" PREFERRED_VERSION_gtk+ ?= "2.6.8" -PREFERRED_VERSION_gtk-engines ?= "2.6" PREFERRED_VERSION_dbus ?= "1.0.1" PREFERRED_VERSION_dbus-native ?= "1.0.1" @@ -240,6 +239,8 @@ EXCLUDE_FROM_WORLD_pn-empathy = "1" EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" # Needs gcc 3.x EXCLUDE_FROM_WORLD_pn-qemu = "1" +# only compatible with poky-bleeding (needs gtk+ 2.10) +EXCLUDE_FROM_WORLD_pn-gtk-engines = "1" # temporary EXCLUDE_FROM_WORLD_pn-lirc = "1" EXCLUDE_FROM_WORLD_pn-lirc-modules = "1" -- cgit v1.2.3