poky.conf: Fix up world EXCLUDES

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2146 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-07-10 16:56:57 +00:00
parent df6134d575
commit 8cc08947cd
1 changed files with 8 additions and 5 deletions

View File

@ -232,8 +232,11 @@ EXCLUDE_FROM_WORLD_pn-syncml-client = "1"
EXCLUDE_FROM_WORLD_pn-lirc = "1"
EXCLUDE_FROM_WORLD_pn-lirc-modules = "1"
# clutter needs some kind of gl to build, not yet added
EXCLUDE_FROM_WORLD_clutter = "1"
EXCLUDE_FROM_WORLD_clutter-cairo = "1"
EXCLUDE_FROM_WORLD_clutter-gst = "1"
EXCLUDE_FROM_WORLD_aaina = "1"
EXCLUDE_FROM_WORLD_table = "1"
EXCLUDE_FROM_WORLD_pn-clutter = "1"
EXCLUDE_FROM_WORLD_pn-clutter-cairo = "1"
EXCLUDE_FROM_WORLD_pn-clutter-gst = "1"
EXCLUDE_FROM_WORLD_pn-aaina = "1"
EXCLUDE_FROM_WORLD_pn-table = "1"
EXCLUDE_FROM_WORLD_pn-task-poky-clutter = "1"
# needs gtk 2.10
EXCLUDE_FROM_WORLD_pn-neon = "1"