]> code.ossystems Code Review - openembedded-core.git/commitdiff
Ensures the themes get packaged with metacity
authorRobert Bragg <bob@openedhand.com>
Tue, 23 Sep 2008 02:00:56 +0000 (02:00 +0000)
committerRobert Bragg <bob@openedhand.com>
Tue, 23 Sep 2008 02:00:56 +0000 (02:00 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5230 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gnome/metacity_2.22.0.bb

index 573491ebd2264e9783ea37847f29cc2b287a28ea..e095c8259be408bdf9f32bdbcddac2a51acbc5f0 100644 (file)
@@ -11,9 +11,12 @@ ALTERNATIVE_LINK = "${bindir}/x-session-manager"
 ALTERNATIVE_PATH = "${bindir}/metacity-session"
 ALTERNATIVE_PRIORITY = "10"
 
-EXTRA_OECONF = "--disable-verbose \
-               --disable-xinerama"
+EXTRA_OECONF += "--disable-verbose \
+                --disable-xinerama"
+
+FILES_${PN} += "${datadir}/themes"
 
 do_stage () {
         autotools_stage_all
-}
\ No newline at end of file
+}
+