aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/zenity/zenity_2.32.1.bb
blob: b4a9a475ef9a8371c1afa8131adb7dcfe54cbb82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Display dialog boxes from the commandline and shell scripts"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"

DEPENDS = "gtk+ glib-2.0 libnotify gnome-doc-utils"

inherit gnome
SRC_URI[archive.md5sum] = "aa66ec35451b16e424519b4973082170"
SRC_URI[archive.sha256sum] = "8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac"

# remove -I/usr/include from zenity_CPPFLAGS
do_cconfigure_prepend() {
	sed -i -e '/-I$(includedir)/d' src/Makefile.am
}