diff options
author | Phil Blundell <philb@gnu.org> | 2004-05-28 16:56:06 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-05-28 16:56:06 +0000 |
commit | ff48604fcbd619eca14aa0c46eceb5e2e80df5fc (patch) | |
tree | ec7e3d046c7a8a67e105b4084e8aea6dafbcce34 /libsdl | |
parent | 2130f24c8bef16eb63639c7d08e495be51e6f720 (diff) |
avoid oe_libinstall for libSDLmain
BKrev: 40b76f26Kv4t_crMMcvppS6gqTUdmQ
Diffstat (limited to 'libsdl')
-rw-r--r-- | libsdl/libsdl-x11_1.2.7.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libsdl/libsdl-x11_1.2.7.oe b/libsdl/libsdl-x11_1.2.7.oe index 89fe68c7b8..9f826e5f4b 100644 --- a/libsdl/libsdl-x11_1.2.7.oe +++ b/libsdl/libsdl-x11_1.2.7.oe @@ -23,7 +23,8 @@ EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers do_stage() { oe_libinstall -so -C src libSDL ${STAGING_LIBDIR} ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so - oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR} + #oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR} + install -m 0644 src/main/libSDLmain.a ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/SDL for f in include/*.h |