surpport seeking the recorded video
[vuplus_openembedded] / recipes / gnome / zenity_2.28.0.bb
1 DESCRIPTION = "A tool to display dialogs from the command line and shell scripts."
2 LICENSE = "GPL"
3
4 DEPENDS = "gtk+ libglade glib-2.0 libnotify"
5
6 inherit gnome
7
8 do_configure_prepend() {
9         sed -i -e '/-I$(includedir)/d' src/Makefile.am
10 }
11