blob: 56e1d5681430ba306599b3584df08dc23829a220 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "A tool to display dialogs from the command line and shell scripts."
LICENSE = "GPL"
DEPENDS = "gtk+ libglade glib-2.0 libnotify"
inherit gnome
do_configure_prepend() {
sed -i -e '/-I$(includedir)/d' src/Makefile.am
}
SRC_URI[archive.md5sum] = "6660ce6dac0a6ca495a0e954cb6b40a2"
SRC_URI[archive.sha256sum] = "fc619215ca90cab48efae7bdf524d1de690b75832f07f3cbcb6d5c3910d402a1"
|