diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-09 09:06:34 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-09 09:06:34 +0000 |
commit | 171f08073321e08c520298bb4e96498dda92b2c9 (patch) | |
tree | a57e9c47df1a5a3d2c37f97bfdb884d923c61358 /libsdl/libsdl-mixer_1.2.5.oe | |
parent | 804c58d25c80afd0e20b6b2ea4df22b43d58de91 (diff) |
Fix up the -1.2.so symlinks for the other SDL libs.
BKrev: 409df49a9JrL5_hP-m8dlhNwVpJRJQ
Diffstat (limited to 'libsdl/libsdl-mixer_1.2.5.oe')
-rw-r--r-- | libsdl/libsdl-mixer_1.2.5.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsdl/libsdl-mixer_1.2.5.oe b/libsdl/libsdl-mixer_1.2.5.oe index 2f51ae240e..84eaed53e3 100644 --- a/libsdl/libsdl-mixer_1.2.5.oe +++ b/libsdl/libsdl-mixer_1.2.5.oe @@ -14,8 +14,8 @@ EXTRA_OECONF = "--disable-music-mp3" # to deal with optional dependencies do_stage() { - oe_libinstall -so libSDL_mixer-1.2 ${STAGING_LIBDIR} - ln -sf libSDL_mixer-1.2.so ${STAGING_LIBDIR}/libSDL_mixer.so + oe_libinstall -so libSDL_mixer ${STAGING_LIBDIR} + ln -sf libSDL_mixer.so ${STAGING_LIBDIR}/libSDL_mixer-1.2.so install -m 0644 SDL_mixer.h ${STAGING_INCDIR}/SDL/SDL_mixer.h } |