summaryrefslogtreecommitdiff
path: root/libglade/libglade_2.0.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libglade/libglade_2.0.1.oe')
-rw-r--r--libglade/libglade_2.0.1.oe5
1 files changed, 3 insertions, 2 deletions
diff --git a/libglade/libglade_2.0.1.oe b/libglade/libglade_2.0.1.oe
index 1078e128e6..b3860e5b04 100644
--- a/libglade/libglade_2.0.1.oe
+++ b/libglade/libglade_2.0.1.oe
@@ -5,7 +5,8 @@ DEPENDS = "virtual/libc libxml2 gtk+"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libglade/2.0/libglade-${PV}.tar.bz2 \
- file://${FILESDIR}/glade-cruft.patch;patch=1;pnum=0"
+ file://glade-cruft.patch;patch=1;pnum=0 \
+ file://gtk-2.0.m4"
inherit autotools pkgconfig
@@ -13,7 +14,7 @@ headers = "glade-build.h glade-init.h glade-parser.h glade-xml.h glade.h"
do_configure_prepend() {
install -d m4
- install ${FILESDIR}/gtk-2.0.m4 m4/
+ install ${WORKDIR}/gtk-2.0.m4 m4/
}
do_stage () {