]> code.ossystems Code Review - openembedded-core.git/commitdiff
clutter: Package examples separately
authorRichard Purdie <richard@openedhand.com>
Tue, 10 Jul 2007 17:01:08 +0000 (17:01 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 10 Jul 2007 17:01:08 +0000 (17:01 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2148 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/clutter/clutter.inc

index b5648c4d7aa3e886314b399bb97fc9f8ea55907a..64deb958c8cd12a3d3f8ef1bdd857818e5eb3907 100644 (file)
@@ -10,6 +10,9 @@ EXTRA_OECONF = "${BASE_CONF}"
 
 inherit autotools pkgconfig
 
+PACKAGES =+ "clutter-examples"
+FILES_clutter-examples = "${bindir}/test-*"
+
 #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
 require clutter-fpu.inc