mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
libnotify: Add from OE
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
DESCRIPTION = "Send desktop notifications to a notification daemon"
|
||||
HOMEPAGE = "http://www.galago-project.org/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "dbus gtk+"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
}
|
||||
Reference in New Issue
Block a user