diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-01-31 01:00:35 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-01-31 01:00:35 +0000 |
commit | 5c9348fad18fd794cc62cfe0be5e999616bb977a (patch) | |
tree | a97aa2204d73bce2b3aed88bce96663b950db421 /libsdl | |
parent | 017088ebebfb4d443093a67ac41f839f3d0865ef (diff) |
add prboom to build system
BKrev: 401afe33mgsSHe1an6IT5dGQJud3Dg
Diffstat (limited to 'libsdl')
-rw-r--r-- | libsdl/libsdl-net_1.2.5.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsdl/libsdl-net_1.2.5.oe b/libsdl/libsdl-net_1.2.5.oe index 7ed47a075c..3a47034041 100644 --- a/libsdl/libsdl-net_1.2.5.oe +++ b/libsdl/libsdl-net_1.2.5.oe @@ -11,6 +11,7 @@ inherit autotools libtool do_stage() { oe_soinstall .libs/libSDL_net-1.2.so.0.0.5 ${STAGING_LIBDIR} + ln -sf libSDL_net-1.2.so.0.0.5 ${STAGING_LIBDIR}/libSDL_net.so install -m 0644 SDL_net.h ${STAGING_INCDIR}/SDL/SDL_net.h } |