Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libnotify: Remove obsolete dependency on dbus-glib
@ 2019-06-25 17:26 Adrian Bunk
  2019-06-25 18:09 ` Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2019-06-25 17:26 UTC (permalink / raw)
  To: openembedded-core

Upstream stopped using it in 2010.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
 meta/recipes-gnome/libnotify/libnotify_0.7.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb
index 82c137ca33..1c9084d919 100644
--- a/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb
+++ b/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 
-DEPENDS = "dbus gtk+3 dbus-glib"
+DEPENDS = "dbus gtk+3 glib-2.0"
 
 inherit gnomebase gtk-doc distro_features_check gobject-introspection
 # depends on gtk+3
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-25 18:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-25 17:26 [PATCH] libnotify: Remove obsolete dependency on dbus-glib Adrian Bunk
2019-06-25 18:09 ` Randy MacLeod
2019-06-25 18:27   ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox