diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-01-22 10:26:51 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-01-22 10:26:51 +0000 |
commit | 5c9cf46bc2eaf5d54864da497fad3650417700d5 (patch) | |
tree | ba79e43cb045e095a23dc5bb8fb517c786d87c21 /libsdl | |
parent | ed7b576c93ec11c390e27610fa4438025e28e595 (diff) |
add billiardz
BKrev: 400fa56bB7qm__eQ8gurf5MeipnY3g
Diffstat (limited to 'libsdl')
-rw-r--r-- | libsdl/libsdl-qpe_1.2.6.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsdl/libsdl-qpe_1.2.6.oe b/libsdl/libsdl-qpe_1.2.6.oe index 1a131fc1b5..aa65986205 100644 --- a/libsdl/libsdl-qpe_1.2.6.oe +++ b/libsdl/libsdl-qpe_1.2.6.oe @@ -23,6 +23,7 @@ EXTRA_OECONF = --disable-debug --enable-cdrom --enable-threads --enable-timers - do_stage() { oe_soinstall src/.libs/libSDL-1.2.so.0.0.7 ${STAGING_LIBDIR} + ln -sf libSDL-1.2.so.0.0.7 ${STAGING_LIBDIR}/libSDL.so install -m 0755 src/main/libSDLmain.a ${STAGING_LIBDIR}/libSDLmain.a install -d ${STAGING_INCDIR}/SDL |