diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-09 08:15:56 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-09 08:15:56 +0000 |
commit | 07c8d24bbc390bb15cc6b8ced10b0630de96d808 (patch) | |
tree | 3025a3004ce4b805d48efdce87b053334d3752b5 /libsdl/libsdl-qpe_1.2.7.oe | |
parent | 9eae7da1b9b9ddf856fd1aadd00552ae449de3a4 (diff) |
Correct libSDL lib installation into staging.
BKrev: 409de8bc9hAg6JerWUozatMCk4tv-Q
Diffstat (limited to 'libsdl/libsdl-qpe_1.2.7.oe')
-rw-r--r-- | libsdl/libsdl-qpe_1.2.7.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe index 90fc61b56b..50224f273c 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -22,8 +22,8 @@ EXTRA_OECONF = "--disable-debug --enable-cdrom --enable-threads --enable-timers --disable-video-picogui --enable-video-qtopia --enable-dlopen" do_stage() { - oe_libinstall -so libSDL-1.2 ${STAGING_LIBDIR} - ln -sf libSDL-1.2.so ${STAGING_LIBDIR}/libSDL.so + oe_libinstall -so -C src libSDL ${STAGING_LIBDIR} +# ln -sf libSDL-1.2.so ${STAGING_LIBDIR}/libSDL.so install -m 0644 src/main/libSDLmain.a ${STAGING_LIBDIR}/libSDLmain.a install -d ${STAGING_INCDIR}/SDL |