Correct libSDL lib installation into staging.
authorChris Larson <clarson@kergoth.com>
Sun, 9 May 2004 08:15:56 +0000 (08:15 +0000)
committerChris Larson <clarson@kergoth.com>
Sun, 9 May 2004 08:15:56 +0000 (08:15 +0000)
BKrev: 409de8bc9hAg6JerWUozatMCk4tv-Q

libsdl/libsdl-qpe_1.2.7.oe

index 90fc61b..50224f2 100644 (file)
@@ -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