diff options
Diffstat (limited to 'libsdl/libsdl-mixer_1.2.5.oe')
-rw-r--r-- | libsdl/libsdl-mixer_1.2.5.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsdl/libsdl-mixer_1.2.5.oe b/libsdl/libsdl-mixer_1.2.5.oe index bf5c4a16b5..c7a8e164f0 100644 --- a/libsdl/libsdl-mixer_1.2.5.oe +++ b/libsdl/libsdl-mixer_1.2.5.oe @@ -15,6 +15,7 @@ EXTRA_OECONF = "--disable-music-mp3" do_stage() { oe_soinstall .libs/libSDL_mixer-1.2.so.0.2.3 ${STAGING_LIBDIR} + ln -sf libSDL_mixer-1.2.so.0.2.3 ${STAGING_LIBDIR}/libSDL_mixer.so install -m 0644 SDL_mixer.h ${STAGING_INCDIR}/SDL/SDL_mixer.h } |