summaryrefslogtreecommitdiff
path: root/package/libX11
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-05 12:44:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-05 12:44:49 +0100
commit99eb047e1594d0f78832ecae5d8b60509c7da6a4 (patch)
treee30ffbf34eda2ec1e928ecab45226e72fe1c0196 /package/libX11
parent3b3487b093985fe757afe581de713279ff8fc7e7 (diff)
fix build and runtime dependencies
Diffstat (limited to 'package/libX11')
-rw-r--r--package/libX11/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libX11/Makefile b/package/libX11/Makefile
index 97d1e0b4b..a5a22e492 100644
--- a/package/libX11/Makefile
+++ b/package/libX11/Makefile
@@ -27,6 +27,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBX11,libx11,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
$(eval $(call PKG_template,LIBX11_DEV,libx11-dev,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBX11_DEV},${PKGSC_LIBX11_DEV},${PKG_OPTS}))
+CONFIGURE_ENV+= CPPFLAGS_FOR_BUILD="-I$(STAGING_TARGET_DIR)/usr/include"
CONFIGURE_ARGS+= --enable-xlocale \
--disable-specs \
--disable-xf86bigfont \