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-qpe_1.2.7.oe | |
parent | 65a4d5ba1400f37f92ec2e52e0d72f856cf647cb (diff) |
Kill off some references to the old nonexistant libtool oeclass.
BKrev: 409f1a69MOYozddYWZQKFCk4AwQeoA
Diffstat (limited to 'libsdl/libsdl-qpe_1.2.7.oe')
-rw-r--r-- | libsdl/libsdl-qpe_1.2.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe index 84bd8a7414..5c8f4f3079 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -10,7 +10,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ file://${FILESDIR}/gcc34.patch;patch=1" S = "${WORKDIR}/SDL-${PV}" -inherit autotools libtool +inherit autotools EXTRA_OECONF = "--disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \ --enable-file --enable-oss --disable-alsa --disable-esd --disable-arts \ |