diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-10 06:00:09 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-10 06:00:09 +0000 |
commit | a802793803a392a677320355bb5a33434aab31c8 (patch) | |
tree | f21f6ab429adc94c8ecdb9be6d29ef57c0262725 /libsdl/libsdl-x11_1.2.7.oe | |
parent | 65a4d5ba1400f37f92ec2e52e0d72f856cf647cb (diff) |
Kill off some references to the old nonexistant libtool oeclass.
BKrev: 409f1a69MOYozddYWZQKFCk4AwQeoA
Diffstat (limited to 'libsdl/libsdl-x11_1.2.7.oe')
-rw-r--r-- | libsdl/libsdl-x11_1.2.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsdl/libsdl-x11_1.2.7.oe b/libsdl/libsdl-x11_1.2.7.oe index ef8ed4340d..900cc1d2ac 100644 --- a/libsdl/libsdl-x11_1.2.7.oe +++ b/libsdl/libsdl-x11_1.2.7.oe @@ -9,7 +9,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ file://${FILESDIR}/extra-keys.patch;patch=1" S = "${WORKDIR}/SDL-${PV}" -inherit autotools libtool +inherit autotools EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ --enable-file --enable-oss --enable-alsa --disable-esd --disable-arts \ |