xf86-video-omapfb: pandora: handle cycle/forcer events better
[openembedded.git] / recipes / libglade / libglade_2.0.1.bb
1 require libglade.inc
2
3 PR = "r1"
4 DEPENDS += "libxml2"
5
6 SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/2.0/libglade-${PV}.tar.bz2 \
7            file://glade-cruft.patch;patch=1;pnum=0 \
8            file://gtk-2.0.m4"
9
10 do_configure_prepend() {
11         install -d m4
12         install ${WORKDIR}/gtk-2.0.m4 m4/
13 }