mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
libnotify: Remove obsolete dependency on dbus-glib
Upstream stopped using it in 2010. (From OE-Core rev: 3583b713884ad7ce39f91b072dc22b8c9730eabd) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
31a276fd45
commit
c60759b2e4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user