diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-19 21:18:53 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-19 21:18:53 +0100 |
commit | efb47fef5d32b4169acf5cb64073dc8964872cba (patch) | |
tree | e62f6c6d75077ebeba0491df92eb201dea98b8d8 /meta-moblin | |
parent | 932f14381f0e0deb04ff9c52d6585513cc5262d4 (diff) | |
download | poky-efb47fef5d32b4169acf5cb64073dc8964872cba.tar.gz |
dalston: Add missing DEPENDS on mutter-moblin
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/packages/dalston/dalston_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-moblin/packages/dalston/dalston_git.bb b/meta-moblin/packages/dalston/dalston_git.bb index c139806001..9987438008 100644 --- a/meta-moblin/packages/dalston/dalston_git.bb +++ b/meta-moblin/packages/dalston/dalston_git.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "LGPLv2.1" | |||
4 | PV = "0.0+git${SRCPV}" | 4 | PV = "0.0+git${SRCPV}" |
5 | PR = "r0" | 5 | PR = "r0" |
6 | 6 | ||
7 | DEPENDS = "glib-2.0 gtk+ pulseaudio libcanberra libnotify nbtk" | 7 | DEPENDS = "glib-2.0 gtk+ pulseaudio libcanberra libnotify nbtk mutter-moblin" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||