summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libsdl/libsdl-ttf_2.0.3.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsdl/libsdl-ttf_2.0.3.oe b/libsdl/libsdl-ttf_2.0.3.oe
index 25bbbf8505..23083c5e96 100644
--- a/libsdl/libsdl-ttf_2.0.3.oe
+++ b/libsdl/libsdl-ttf_2.0.3.oe
@@ -12,6 +12,6 @@ inherit autotools
do_stage() {
oe_libinstall -so libSDL_ttf ${STAGING_LIBDIR}
- ln -sf libSDL_ttf.so ${STAGING_LIBDIR}/libSDL_ttf-1.2.so
+ ln -sf libSDL_ttf.so ${STAGING_LIBDIR}/libSDL_ttf-2.0.so
install -m 0644 SDL_ttf.h ${STAGING_INCDIR}/SDL/SDL_ttf.h
}