aboutsummaryrefslogtreecommitdiffstats
path: root/libsdl
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-09 09:04:56 +0000
committerChris Larson <clarson@kergoth.com>2004-05-09 09:04:56 +0000
commit804c58d25c80afd0e20b6b2ea4df22b43d58de91 (patch)
treecac52f5e3c2ba7b159d52ce78a58e70e38928553 /libsdl
parent94e1b8aacaf22449258b32075cb6656ff268a397 (diff)
downloadopenembedded-804c58d25c80afd0e20b6b2ea4df22b43d58de91.tar.gz
Create missing libSDL-1.2.so symlink for virtual/libsdl providers.
BKrev: 409df438aRGMKjazdIM3_NK02wUwgw
Diffstat (limited to 'libsdl')
-rw-r--r--libsdl/libsdl-qpe_1.2.7.oe2
-rw-r--r--libsdl/libsdl-x11_1.2.7.oe2
2 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 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
diff --git a/libsdl/libsdl-x11_1.2.7.oe b/libsdl/libsdl-x11_1.2.7.oe
index b0d32e6c11..ef8ed4340d 100644
--- a/libsdl/libsdl-x11_1.2.7.oe
+++ b/libsdl/libsdl-x11_1.2.7.oe
@@ -22,7 +22,7 @@ EXTRA_OECONF = "--disable-debug --disable-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