Ensures the themes get packaged with metacity

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5230 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Robert Bragg 2008-09-23 02:00:56 +00:00
parent 0caca44655
commit 9954f13fa7
1 changed files with 6 additions and 3 deletions

View 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
}
}