diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-31 11:42:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-31 11:42:53 +0000 |
commit | 2543d12b22c2be249ffb27356083fa9faca245aa (patch) | |
tree | 5a5953f3cf73d18cefaae4f97432c215b3095d0b /packages/clutter/aaina.inc | |
parent | c8532126456803a16b1cfcfc50df52186a403dee (diff) |
clutter: sync with poky
Diffstat (limited to 'packages/clutter/aaina.inc')
-rw-r--r-- | packages/clutter/aaina.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/clutter/aaina.inc b/packages/clutter/aaina.inc new file mode 100644 index 0000000000..fbef34f563 --- /dev/null +++ b/packages/clutter/aaina.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "Aaina Clutter Demo" +HOMEPAGE = "http://www.clutter-project.org/" +LICENSE = "GPL" + +DEPENDS = "clutter libxml2 gtk+ neon" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} + |