diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-09 09:04:56 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-09 09:04:56 +0000 |
commit | 804c58d25c80afd0e20b6b2ea4df22b43d58de91 (patch) | |
tree | cac52f5e3c2ba7b159d52ce78a58e70e38928553 /libsdl/libsdl-qpe_1.2.7.oe | |
parent | 94e1b8aacaf22449258b32075cb6656ff268a397 (diff) |
Create missing libSDL-1.2.so symlink for virtual/libsdl providers.
BKrev: 409df438aRGMKjazdIM3_NK02wUwgw
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 50224f273c..84bd8a7414 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -23,7 +23,7 @@ EXTRA_OECONF = "--disable-debug --enable-cdrom --enable-threads --enable-timers do_stage() { oe_libinstall -so -C src libSDL ${STAGING_LIBDIR} -# ln -sf libSDL-1.2.so ${STAGING_LIBDIR}/libSDL.so + ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so install -m 0644 src/main/libSDLmain.a ${STAGING_LIBDIR}/libSDLmain.a install -d ${STAGING_INCDIR}/SDL |