blob: 65643aed10635bec13d72af4105be2726f3997d1 (
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] = "262c476aebbf67a7043cd80c6a03add3"
SRC_URI[archive.sha256sum] = "3747a23ce46b0ee68e6261d669ae461f0f460d9c6ad19e04acbd518ddfcc8c63"
|