aboutsummaryrefslogtreecommitdiffstats
path: root/libsdl
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-01-31 01:00:35 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-01-31 01:00:35 +0000
commit5c9348fad18fd794cc62cfe0be5e999616bb977a (patch)
treea97aa2204d73bce2b3aed88bce96663b950db421 /libsdl
parent017088ebebfb4d443093a67ac41f839f3d0865ef (diff)
downloadopenembedded-5c9348fad18fd794cc62cfe0be5e999616bb977a.tar.gz
add prboom to build system
BKrev: 401afe33mgsSHe1an6IT5dGQJud3Dg
Diffstat (limited to 'libsdl')
-rw-r--r--libsdl/libsdl-net_1.2.5.oe1
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
}