mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
0fac9d7251
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
12 lines
250 B
BlitzBasic
12 lines
250 B
BlitzBasic
DESCRIPTION = "Send desktop notifications to a notification daemon"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
|
|
|
DEPENDS = "dbus gtk+3"
|
|
|
|
BPN = "libnotify"
|
|
|
|
inherit gnome lib_package
|
|
|