summaryrefslogtreecommitdiff
path: root/package/DirectFB
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-05-07 15:17:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-05-07 15:17:45 +0200
commit1e2a03b8837669413fcddd7af529adf6a80577a5 (patch)
treebaa80ea297e61444092abb0766ddaa80673322b4 /package/DirectFB
parentbec3b02778c62eafcf67ff0babb55c1c66cae511 (diff)
parent015915f1103e211e9445431dbcd5af665b47f843 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/DirectFB')
-rw-r--r--package/DirectFB/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/DirectFB/Makefile b/package/DirectFB/Makefile
index a8ad055e9..11b88a290 100644
--- a/package/DirectFB/Makefile
+++ b/package/DirectFB/Makefile
@@ -34,6 +34,9 @@ CONFIGURE_ARGS+= --with-inputdrivers=linuxinput,keyboard,ps2mouse \
--disable-x11 \
--disable-gif \
--enable-png \
+ --disable-debug \
+ --disable-trace \
+ --enable-text \
--enable-jpeg
# This is to overcome libtool fuckup - when building without,
@@ -50,7 +53,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