diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 15:32:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-25 17:53:30 +0100 |
commit | 46bbdc18d83a12893c50952f137a3e9978b7304f (patch) | |
tree | d47dde713b2b504c51949cbd485b79666c39929b /meta/recipes-gnome/gnome | |
parent | dea2fd181aa787c1228c10664856773d5dc4bbe5 (diff) | |
download | poky-46bbdc18d83a12893c50952f137a3e9978b7304f.tar.gz |
gnome-desktop: Ensure we're deterministic about startup-notification dependency
Without this change we may or may not include startup-notification support.
We therefore explictly include it in the dependency list.
(From OE-Core rev: 8ad24306d8bc9c2fd73f4b814eb1a64c04707da5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-desktop.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc index 1317fffc0b..cfc1c2ea4c 100644 --- a/meta/recipes-gnome/gnome/gnome-desktop.inc +++ b/meta/recipes-gnome/gnome/gnome-desktop.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "GNOME library for reading .desktop files" | 1 | DESCRIPTION = "GNOME library for reading .desktop files" |
2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
3 | LICENSE = "GPLv2 & LGPLv2" | 3 | LICENSE = "GPLv2 & LGPLv2" |
4 | DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils" | 4 | DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils startup-notification" |
5 | 5 | ||
6 | EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs" | 6 | EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs" |
7 | 7 | ||
@@ -11,7 +11,7 @@ do_configure_prepend () { | |||
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/gnome-about" | 12 | FILES_${PN} += "${datadir}/gnome-about" |
13 | 13 | ||
14 | PR = "r2" | 14 | PR = "r3" |
15 | 15 | ||
16 | inherit gnome pkgconfig | 16 | inherit gnome pkgconfig |
17 | 17 | ||