mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
libnotify: added missing dependency on dbus-glib
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4768 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "Send desktop notifications to a notification daemon"
|
|||||||
HOMEPAGE = "http://www.galago-project.org/"
|
HOMEPAGE = "http://www.galago-project.org/"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
DEPENDS = "dbus gtk+"
|
DEPENDS = "dbus gtk+ dbus-glib"
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
||||||
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
|
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user