1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

Add clutter, clutter-cairo, clutter-gst, aaina and table, excluded from world builds for now

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2143 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-07-10 14:06:27 +00:00
parent 9e9fe202ec
commit e02fb94812
16 changed files with 294 additions and 1 deletions
+7 -1
View File
@@ -119,7 +119,7 @@ SRCDATE_libsyncml = "20070529"
SRCDATE_matchbox-applet-light = "20070529"
SRCDATE_fstests = "20070529"
SRCDATE_abiword ?= "20070130"
SRCDATE_xvideo-tests ?= "20070623"
SRCDATE_xvideo-tests ?= "20070702"
#
# Preferred Versions:
@@ -231,3 +231,9 @@ EXCLUDE_FROM_WORLD_pn-syncml-client = "1"
# temporary
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"