summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnome/metacity_2.22.0.bb
diff options
context:
space:
mode:
authorRobert Bragg <bob@openedhand.com>2008-09-23 02:00:56 +0000
committerRobert Bragg <bob@openedhand.com>2008-09-23 02:00:56 +0000
commit9954f13fa723f43cb9db6318ed40016f5f54d617 (patch)
tree56617062494044287861c1b5eb39d7dcf272d2d5 /meta/packages/gnome/metacity_2.22.0.bb
parent0caca44655da6c20d8647f5adf3f0d96da7bdb95 (diff)
downloadpoky-9954f13fa723f43cb9db6318ed40016f5f54d617.tar.gz
Ensures the themes get packaged with metacity
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5230 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnome/metacity_2.22.0.bb')
-rw-r--r--meta/packages/gnome/metacity_2.22.0.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/packages/gnome/metacity_2.22.0.bb b/meta/packages/gnome/metacity_2.22.0.bb
index 573491ebd2..e095c8259b 100644
--- a/meta/packages/gnome/metacity_2.22.0.bb
+++ b/meta/packages/gnome/metacity_2.22.0.bb
@@ -11,9 +11,12 @@ ALTERNATIVE_LINK = "${bindir}/x-session-manager"
11ALTERNATIVE_PATH = "${bindir}/metacity-session" 11ALTERNATIVE_PATH = "${bindir}/metacity-session"
12ALTERNATIVE_PRIORITY = "10" 12ALTERNATIVE_PRIORITY = "10"
13 13
14EXTRA_OECONF = "--disable-verbose \ 14EXTRA_OECONF += "--disable-verbose \
15 --disable-xinerama" 15 --disable-xinerama"
16
17FILES_${PN} += "${datadir}/themes"
16 18
17do_stage () { 19do_stage () {
18 autotools_stage_all 20 autotools_stage_all
19} \ No newline at end of file 21}
22