summaryrefslogtreecommitdiff
path: root/package/DirectFB
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-04-22 11:58:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-04-22 11:58:47 +0200
commitd60178f7efa99ea5a67a1c352c785a12afb24c90 (patch)
tree5e09725b98f3067f10693edd508e9ce046f4d9cf /package/DirectFB
parentf3b0dcc3b596f23d91a7161a539247bb9b846457 (diff)
parent3c705181641e100c98b362dd5a2f8950b123bf49 (diff)
allow the use of WEP
Diffstat (limited to 'package/DirectFB')
-rw-r--r--package/DirectFB/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/DirectFB/Makefile b/package/DirectFB/Makefile
index 682c763ec..a8ad055e9 100644
--- a/package/DirectFB/Makefile
+++ b/package/DirectFB/Makefile
@@ -24,7 +24,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,DIRECTFB,directfb,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,DIRECTFB_DEV,directfb-dev,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_DIRECTFB_DEV},${PKGSC_DIRECTFB_DEV}))
-TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib64
+TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib64 -L$(STAGING_DIR)/usr/lib32
CONFIGURE_ARGS+= --with-inputdrivers=linuxinput,keyboard,ps2mouse \
--with-gfxdrivers=none \
--without-tools \