aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/zenity_2.28.0.bb
diff options
context:
space:
mode:
authorDavid-John Willis <John.Willis@Distant-earth.com>2009-12-09 19:28:54 +0000
committerPhilip Balister <philip@balister.org>2009-12-14 18:28:09 -0500
commit6593275fb47f8fad1255159312fb5b2544382e1f (patch)
treee8af476080c1865ce86427af6165d23854868c8e /recipes/gnome/zenity_2.28.0.bb
parente3b03c43cca44be73bf483c71ea3196053a80257 (diff)
downloadopenembedded-6593275fb47f8fad1255159312fb5b2544382e1f.tar.gz
zenity: Add 2.28.0 and checksum.
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
+}
+