aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/zenity_2.26.0.bb
blob: 0d8d208f1694a14ffe48af19cbbf3be31d9f7b9f (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}