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 }