diff options
author | Richard Purdie <richard@openedhand.com> | 2007-07-10 16:57:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-07-10 16:57:42 +0000 |
commit | 9c279407b6e4636bfe4fe4fc7dbd72ff5c2113bc (patch) | |
tree | e8e461403bc3aa6562708e26da79cf95a75c5311 | |
parent | 8cc08947cd1b22ffcf4c8436dfb1ecce53b5798b (diff) | |
download | poky-9c279407b6e4636bfe4fe4fc7dbd72ff5c2113bc.tar.gz |
Add task-poky-clutter
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2147 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/tasks/task-poky-clutter.bb | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/packages/tasks/task-poky-clutter.bb b/meta/packages/tasks/task-poky-clutter.bb new file mode 100644 index 0000000000..6259cd9c35 --- /dev/null +++ b/meta/packages/tasks/task-poky-clutter.bb | |||
@@ -0,0 +1,34 @@ | |||
1 | # | ||
2 | # Copyright (C) 2007 OpenedHand Ltd. | ||
3 | # | ||
4 | |||
5 | DESCRIPTION = "Clutter Tasks for OpenedHand Poky" | ||
6 | PR = "r1" | ||
7 | |||
8 | PACKAGES = "\ | ||
9 | task-poky-clutter-core \ | ||
10 | task-poky-clutter-core-dbg \ | ||
11 | task-poky-clutter-core-dev \ | ||
12 | task-poky-clutter-apps \ | ||
13 | task-poky-clutter-apps-dbg \ | ||
14 | task-poky-clutter-apps-dev \ | ||
15 | task-poky-clutter-tests \ | ||
16 | task-poky-clutter-tests-dbg \ | ||
17 | task-poky-clutter-tests-dev \ | ||
18 | " | ||
19 | |||
20 | ALLOW_EMPTY = "1" | ||
21 | |||
22 | RDEPENDS_task-poky-clutter-core = "\ | ||
23 | clutter \ | ||
24 | clutter-cairo \ | ||
25 | clutter-gst" | ||
26 | |||
27 | RDEPENDS_task-poky-clutter-tests = "\ | ||
28 | clutter-examples \ | ||
29 | clutter-cairo-examples \ | ||
30 | clutter-gst-examples" | ||
31 | |||
32 | RDEPENDS_task-poky-clutter-apps = "\ | ||
33 | aaina \ | ||
34 | table" | ||