summaryrefslogtreecommitdiff
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-25 15:32:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-25 17:53:59 +0100
commit13d2a88c02ef800c2ae889da3f0651d93b936837 (patch)
treee7896d84692e6f3d8ac4dbf2b51022d2e6246ba3 /meta/recipes-gnome
parentba574f5b0d6fd9fd899d4007305a98cbac4c4726 (diff)
downloadopenembedded-core-13d2a88c02ef800c2ae889da3f0651d93b936837.tar.gz
openembedded-core-13d2a88c02ef800c2ae889da3f0651d93b936837.tar.bz2
openembedded-core-13d2a88c02ef800c2ae889da3f0651d93b936837.zip
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gnome/gnome-desktop.inc4
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 @@
DESCRIPTION = "GNOME library for reading .desktop files"
SECTION = "x11/gnome"
LICENSE = "GPLv2 & LGPLv2"
-DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils"
+DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils startup-notification"
EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs"
@@ -11,7 +11,7 @@ do_configure_prepend () {
FILES_${PN} += "${datadir}/gnome-about"
-PR = "r2"
+PR = "r3"
inherit gnome pkgconfig