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