diff options
| -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" |
