summaryrefslogtreecommitdiff
path: root/package/DirectFB
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-05-03 10:23:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-05-03 10:23:03 +0200
commit4a0c01d26b1b01be71e9db3daad861bd9d2b137d (patch)
tree20486b081ca1568d2e5139cbdad8df6e0414e2bd /package/DirectFB
parentd486f260f00beab69341971d20609e2425465354 (diff)
add input drivers, disable debug
Diffstat (limited to 'package/DirectFB')
-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