diff options
Diffstat (limited to 'gtk+')
-rw-r--r-- | gtk+/gtk+_2.2.4.oe | 2 | ||||
-rw-r--r-- | gtk+/gtk+_2.4.1.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk+/gtk+_2.2.4.oe b/gtk+/gtk+_2.2.4.oe index 349f170dd5..4cc114e83a 100644 --- a/gtk+/gtk+_2.2.4.oe +++ b/gtk+/gtk+_2.2.4.oe @@ -14,7 +14,7 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.2/gtk+-${PV}.tar.bz2 \ file://${FILESDIR}/libtool-lossage.patch;patch=1;pnum=0 \ file://${FILESDIR}/no-xwc.patch;patch=1;pnum=0" -inherit autotools libtool pkgconfig +inherit autotools pkgconfig do_configure_prepend() { install -d m4 diff --git a/gtk+/gtk+_2.4.1.oe b/gtk+/gtk+_2.4.1.oe index 7b0869bb6d..f73c533d3c 100644 --- a/gtk+/gtk+_2.4.1.oe +++ b/gtk+/gtk+_2.4.1.oe @@ -12,7 +12,7 @@ SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/gtk+-${PV}.tar.bz2 \ file://${FILESDIR}/gtk-doc.m4 \ file://${FILESDIR}/gtk+-handhelds.patch;patch=1" -inherit autotools libtool pkgconfig +inherit autotools pkgconfig do_configure_prepend() { install -d m4 |