summaryrefslogtreecommitdiff
path: root/package/DirectFB/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/DirectFB/Makefile')
-rw-r--r--package/DirectFB/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/DirectFB/Makefile b/package/DirectFB/Makefile
index a8ad055e9..1b121ee2f 100644
--- a/package/DirectFB/Makefile
+++ b/package/DirectFB/Makefile
@@ -34,6 +34,8 @@ CONFIGURE_ARGS+= --with-inputdrivers=linuxinput,keyboard,ps2mouse \
--disable-x11 \
--disable-gif \
--enable-png \
+ --disable-debug \
+ --disable-trace \
--enable-jpeg
# This is to overcome libtool fuckup - when building without,
@@ -50,7 +52,7 @@ post-install:
$(INSTALL_DIR) $(IDIR_DIRECTFB)/usr/lib/directfb-${PKG_EXTRAVER}/{inputdrivers,systems,wm}
${CP} $(WRKINST)/usr/lib/lib{direct,fusion}*.so* \
$(IDIR_DIRECTFB)/usr/lib
- ${CP} ${WRKINST}/usr/lib/directfb-${PKG_EXTRAVER}/inputdrivers/libdirectfb_linux_input.so \
+ ${CP} ${WRKINST}/usr/lib/directfb-${PKG_EXTRAVER}/inputdrivers/*.so \
${IDIR_DIRECTFB}/usr/lib/directfb-${PKG_EXTRAVER}/inputdrivers
${CP} ${WRKINST}/usr/lib/directfb-${PKG_EXTRAVER}/systems/*.so \
${IDIR_DIRECTFB}/usr/lib/directfb-${PKG_EXTRAVER}/systems