]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-desktop: Ensure we're deterministic about startup-notification dependency
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 25 Sep 2011 14:32:59 +0000 (15:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 25 Sep 2011 14:33:09 +0000 (15:33 +0100)
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>
meta/recipes-gnome/gnome/gnome-desktop.inc

index 1317fffc0bcbd13754d1092cc5def85bf78754ea..cfc1c2ea4c7edd7649bd57987549448dccb974c3 100644 (file)
@@ -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