git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a42438
)
Correct libsdl-ttf's -2.0 symlink.
author
Chris Larson
<clarson@kergoth.com>
Mon, 10 May 2004 07:28:05 +0000
(07:28 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Mon, 10 May 2004 07:28:05 +0000
(07:28 +0000)
BKrev: 409f2f05_BdnvZG2_qt5NJxk1b6N7Q
libsdl/libsdl-ttf_2.0.3.oe
patch
|
blob
|
history
diff --git
a/libsdl/libsdl-ttf_2.0.3.oe
b/libsdl/libsdl-ttf_2.0.3.oe
index
25bbbf8
..
23083c5
100644
(file)
--- 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
}