diff options
author | David-John Willis <John.Willis@Distant-earth.com> | 2009-12-09 19:28:54 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-12-14 18:28:09 -0500 |
commit | 6593275fb47f8fad1255159312fb5b2544382e1f (patch) | |
tree | e8af476080c1865ce86427af6165d23854868c8e /recipes/gnome | |
parent | e3b03c43cca44be73bf483c71ea3196053a80257 (diff) |
zenity: Add 2.28.0 and checksum.
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/zenity_2.28.0.bb | 11 |
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 +} + |