diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-10 16:52:10 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-10 16:52:10 +0000 |
commit | 732c15d4edc7627d88edaa81ff27dda034d9b81c (patch) | |
tree | 2c1fed167d8c7eb02f3c80be04abde581c01d9e3 | |
parent | b8db3d0eb175476d0aa72e3ea388aed2bc8ea9f5 (diff) | |
download | poky-732c15d4edc7627d88edaa81ff27dda034d9b81c.tar.gz |
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
-rw-r--r-- | meta/conf/distro/poky.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index b9a73748c1..359a138949 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -136,7 +136,6 @@ PREFERRED_VERSION_atk ?= "1.10.3" | |||
136 | PREFERRED_VERSION_cairo ?= "1.2.4" | 136 | PREFERRED_VERSION_cairo ?= "1.2.4" |
137 | PREFERRED_VERSION_pango ?= "1.10.2" | 137 | PREFERRED_VERSION_pango ?= "1.10.2" |
138 | PREFERRED_VERSION_gtk+ ?= "2.6.8" | 138 | PREFERRED_VERSION_gtk+ ?= "2.6.8" |
139 | PREFERRED_VERSION_gtk-engines ?= "2.6" | ||
140 | 139 | ||
141 | PREFERRED_VERSION_dbus ?= "1.0.1" | 140 | PREFERRED_VERSION_dbus ?= "1.0.1" |
142 | PREFERRED_VERSION_dbus-native ?= "1.0.1" | 141 | PREFERRED_VERSION_dbus-native ?= "1.0.1" |
@@ -240,6 +239,8 @@ EXCLUDE_FROM_WORLD_pn-empathy = "1" | |||
240 | EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" | 239 | EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" |
241 | # Needs gcc 3.x | 240 | # Needs gcc 3.x |
242 | EXCLUDE_FROM_WORLD_pn-qemu = "1" | 241 | EXCLUDE_FROM_WORLD_pn-qemu = "1" |
242 | # only compatible with poky-bleeding (needs gtk+ 2.10) | ||
243 | EXCLUDE_FROM_WORLD_pn-gtk-engines = "1" | ||
243 | # temporary | 244 | # temporary |
244 | EXCLUDE_FROM_WORLD_pn-lirc = "1" | 245 | EXCLUDE_FROM_WORLD_pn-lirc = "1" |
245 | EXCLUDE_FROM_WORLD_pn-lirc-modules = "1" | 246 | EXCLUDE_FROM_WORLD_pn-lirc-modules = "1" |