diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-30 18:06:09 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-30 18:06:09 +0100 |
commit | 0e64c40dbef5a9195c72fab867c7108cb298c559 (patch) | |
tree | c670ac3251effe6a3d9709e9561b129485a328bd /meta-moblin | |
parent | f0da36b97c500eaca1386afe6794f345b66ef574 (diff) | |
download | poky-0e64c40dbef5a9195c72fab867c7108cb298c559.tar.gz |
mutter-moblin: Package extra theme files and add bickley to DEPENDS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb b/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb index cb5192cfa9..fd689bca81 100644 --- a/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb +++ b/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | DESCRIPTION = "A Moblin specific plugin for the Mutter composite window manager" | 1 | DESCRIPTION = "A Moblin specific plugin for the Mutter composite window manager" |
2 | SECTION = "x11/wm" | 2 | SECTION = "x11/wm" |
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | DEPENDS = "nbtk mutter gnome-menus mojito libjana anerley clutter-mozembed" | 4 | DEPENDS = "nbtk mutter gnome-menus mojito libjana anerley clutter-mozembed bickley" |
5 | PV = "2.25.2+git${SRCPV}" | 5 | PV = "2.25.2+git${SRCPV}" |
6 | PR = "r4" | 6 | PR = "r5" |
7 | 7 | ||
8 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ | 8 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git \ |
9 | file://startup-notify.patch;patch=1 \ | 9 | file://startup-notify.patch;patch=1 \ |
@@ -13,7 +13,8 @@ FILES_${PN} += "\ | |||
13 | ${libdir}/metacity/plugins/clutter/*.so* \ | 13 | ${libdir}/metacity/plugins/clutter/*.so* \ |
14 | ${datadir}/mutter-moblin-netbook-plugin \ | 14 | ${datadir}/mutter-moblin-netbook-plugin \ |
15 | ${datadir}/dbus-1/services \ | 15 | ${datadir}/dbus-1/services \ |
16 | ${datadir}/moblin-panel-applications/theme" | 16 | ${datadir}/moblin-panel-applications/theme \ |
17 | ${datadir}/moblin-panel-pasteboard/theme" | ||
17 | FILES_${PN}-dbg += "${libdir}/metacity/plugins/clutter/.debug/*" | 18 | FILES_${PN}-dbg += "${libdir}/metacity/plugins/clutter/.debug/*" |
18 | 19 | ||
19 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |