All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gdm_2.28.0: Add missing libcanberra dependency to allow building on a clean system.
@ 2009-10-22  9:22 John Willis
  0 siblings, 0 replies; 2+ messages in thread
From: John Willis @ 2009-10-22  9:22 UTC (permalink / raw)
  To: openembedded-devel

* Also bump PR.

Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
---
 recipes/gnome/gdm_2.28.0.bb |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes/gnome/gdm_2.28.0.bb b/recipes/gnome/gdm_2.28.0.bb
index 3f5c69e..d6cc5c0 100644
--- a/recipes/gnome/gdm_2.28.0.bb
+++ b/recipes/gnome/gdm_2.28.0.bb
@@ -1,7 +1,9 @@
 DESCRIPTION = "Graphical login manager"
 LICENSE = "GPL"
 
-DEPENDS = "libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade
libgnomecanvas librsvg libxml2 libart-lgpl xrdb"
+DEPENDS = "libxklavier grep consolekit libpam gnome-doc-utils gtk+ libglade
libgnomecanvas librsvg libxml2 libart-lgpl libcanberra xrdb"
+
+PR = "r1"
 
 inherit gnome update-rc.d
 
@@ -67,7 +69,3 @@ pkg_postrm_${PN} () {
     delgroup gdm || true
 	sed -i /gdm/d ${sysconfdir}/X11/default-display-manager || true
 }
-
-
-
-
-- 
1.6.3.1






^ permalink raw reply related	[flat|nested] 2+ messages in thread
[parent not found: <11137.8223322847$1256203543@news.gmane.org>]

end of thread, other threads:[~2009-10-22  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-22  9:22 [PATCH] gdm_2.28.0: Add missing libcanberra dependency to allow building on a clean system John Willis
     [not found] <11137.8223322847$1256203543@news.gmane.org>
2009-10-22  9:57 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.