remove bogus libtool stuff from acinclude.m4
authorPhil Blundell <philb@gnu.org>
Thu, 24 Jun 2004 22:55:56 +0000 (22:55 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 24 Jun 2004 22:55:56 +0000 (22:55 +0000)
BKrev: 40db5bfcyfgQOsIjREy4SoVdih6SyA

libsdl/libsdl-x11-1.2.7/acinclude.m4 [new file with mode: 0644]
libsdl/libsdl-x11_1.2.7.oe

diff --git a/libsdl/libsdl-x11-1.2.7/acinclude.m4 b/libsdl/libsdl-x11-1.2.7/acinclude.m4
new file mode 100644 (file)
index 0000000..e69de29
index 9f826e5..21d7958 100644 (file)
@@ -1,3 +1,4 @@
+PR = "r1"
 DESCRIPTION = "Simple DirectMedia Layer - X11 Edition"
 SECTION = "libs"
 PRIORITY = "optional"
@@ -6,7 +7,8 @@ DEPENDS = "x11 xext"
 PROVIDES = "virtual/libsdl"
 
 SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
-          file://extra-keys.patch;patch=1"
+          file://extra-keys.patch;patch=1 \
+          file://acinclude.m4"
 S = "${WORKDIR}/SDL-${PV}"
 
 inherit autotools
@@ -20,6 +22,11 @@ EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers
                 --disable-video-opengl --enable-input-events --enable-pthreads \
                 --disable-video-picogui --disable-video-qtopia --enable-dlopen"
 
+do_configure_prepend() {
+       rm -f ${S}/acinclude.m4
+       cp ${WORKDIR}/acinclude.m4 ${S}/
+}
+
 do_stage() {
        oe_libinstall -so -C src libSDL ${STAGING_LIBDIR}
        ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so