diff options
author | Tim Ansell <mithro@mithis.com> | 2004-05-12 10:38:29 +0000 |
---|---|---|
committer | Tim Ansell <mithro@mithis.com> | 2004-05-12 10:38:29 +0000 |
commit | 7e873e620e8e10ba6a2bbaf870cfd6ba2fbe6bda (patch) | |
tree | 6b5a595411a38282462c4ce4de655dcb77ec96eb /libsdl | |
parent | 4a256484f4673cb3f0508a6277d6a0a2e274c92c (diff) |
libsdl-qpe_1.2.7.oe:
Needed till do_libinstall is fixed.
BKrev: 40a1fea5FPjHdlccoy9sYmj0zN1Zew
Diffstat (limited to 'libsdl')
-rw-r--r-- | libsdl/libsdl-qpe_1.2.7.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe index 14957e02b6..5a7cbccd9c 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -25,6 +25,7 @@ EXTRA_OECONF = "--disable-debug --enable-cdrom --enable-threads --enable-timers do_stage() { oe_libinstall -so -C src libSDL ${STAGING_LIBDIR} ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so + cp src/main/libSDLmain.a src/main/.libs/ oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/SDL |