mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
libnotify: Add from OE
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
14
meta-moblin/packages/libnotify/libnotify_0.4.4.bb
Normal file
14
meta-moblin/packages/libnotify/libnotify_0.4.4.bb
Normal file
@@ -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