diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/zenity_2.26.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gnome/zenity_2.26.0.bb b/recipes/gnome/zenity_2.26.0.bb new file mode 100644 index 0000000000..0d8d208f16 --- /dev/null +++ b/recipes/gnome/zenity_2.26.0.bb @@ -0,0 +1,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 +} + |