diff options
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | libsdl/libsdl-qpe_1.2.7.oe | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 7ad3babb9c..d2fd11dc2d 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1,4 +1,5 @@ a0868066@lta0868066.ent.ti.com +buildroot@mithis.com erich@erichl.mine.nu erich@erichv.mine.nu gbritton@doomcom.org diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe index 14957e02b6..5a7cbccd9c 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -25,6 +25,7 @@ EXTRA_OECONF = "--disable-debug --enable-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 + cp src/main/libSDLmain.a src/main/.libs/ oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/SDL |