aboutsummaryrefslogtreecommitdiffstats
path: root/libsdl
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-10 07:28:05 +0000
committerChris Larson <clarson@kergoth.com>2004-05-10 07:28:05 +0000
commit9fcbda0bf62f0f1bf5259e0ac04bf051a9246402 (patch)
treea4a44258c29560f26ba05be2fee8697c44efcaac /libsdl
parent1a42438a698e0773940bac53db2dc5aa68e65945 (diff)
downloadopenembedded-9fcbda0bf62f0f1bf5259e0ac04bf051a9246402.tar.gz
Correct libsdl-ttf's -2.0 symlink.
BKrev: 409f2f05_BdnvZG2_qt5NJxk1b6N7Q
Diffstat (limited to 'libsdl')
-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
}