diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-18 11:30:12 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-10-18 11:30:12 +0100 |
commit | 7465fba01ef6d51f67a73b381e75c3a7fd79338f (patch) | |
tree | 5b45581313c263322c848e1a1d430e132c45d85d /meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb | |
parent | ac4d25c89a5133790ec163ca6e1a1de0b8624ca1 (diff) | |
download | poky-7465fba01ef6d51f67a73b381e75c3a7fd79338f.tar.gz |
mutter-moblin: Add missing DEPENDS on bognor-regis (thanks Enric)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb')
-rw-r--r-- | meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb b/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb index 6471a56113..6d6016eed0 100644 --- a/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb +++ b/meta-moblin/packages/mutter-moblin/mutter-moblin_git.bb | |||
@@ -1,7 +1,7 @@ | |||
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 = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | DEPENDS = "clutter-1.0 nbtk mutter gnome-menus mojito libjana anerley clutter-mozembed bickley" | 4 | DEPENDS = "clutter-1.0 nbtk mutter gnome-menus mojito libjana anerley clutter-mozembed bickley bognor-regis" |
5 | PV = "2.25.2+git${SRCPV}" | 5 | PV = "2.25.2+git${SRCPV}" |
6 | PR = "r11" | 6 | PR = "r11" |
7 | 7 | ||