summaryrefslogtreecommitdiff
path: root/libsdl/smpeg_cvs.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-01-21 22:52:13 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-01-21 22:52:13 +0000
commit2e349da9e96f9d5cb0a93234367a2d0dcac383ed (patch)
tree6bbb98b513883b93f2245bdb02446d0212a94ced /libsdl/smpeg_cvs.oe
parent93db7a5336fad5dc382198a753274101c6e346ca (diff)
add pygame (Python SDL bindings)
BKrev: 400f029dly3LYlKmwq7343PJJ68lhA
Diffstat (limited to 'libsdl/smpeg_cvs.oe')
-rw-r--r--libsdl/smpeg_cvs.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsdl/smpeg_cvs.oe b/libsdl/smpeg_cvs.oe
index 1caaf1f7bf..be6afa344a 100644
--- a/libsdl/smpeg_cvs.oe
+++ b/libsdl/smpeg_cvs.oe
@@ -13,8 +13,9 @@ EXTRA_OECONF = "--disable-gtktest --disable-opengl-player --without-x --without-
do_stage() {
oe_soinstall .libs/libsmpeg-0.4.so.0.1.4 ${STAGING_LIBDIR}
+ ln -sf libsmpeg-0.4.so.0.1.4 ${STAGING_LIBDIR}/libsmpeg.so
- for f in `find . -name "MPEG*.h"`
+ for f in "*.h"
do
install -m 0644 ${f} ${STAGING_INCDIR}/SDL
done