summaryrefslogtreecommitdiff
path: root/package/xcb-proto
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-26 20:16:25 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-26 20:16:25 +0100
commit503e9c8f13e8da18f2e81530ba7f086d3ea04de4 (patch)
tree4229e7938850b63d462526be86d90b3e8fd1ce75 /package/xcb-proto
parent83687368fdcf0004e377584b3b3e73d4f991e27e (diff)
add somemissing dependencies
Diffstat (limited to 'package/xcb-proto')
-rw-r--r--package/xcb-proto/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/xcb-proto/Makefile b/package/xcb-proto/Makefile
index 9a477a1a6..f4b7004fc 100644
--- a/package/xcb-proto/Makefile
+++ b/package/xcb-proto/Makefile
@@ -16,6 +16,10 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,XCB_PROTO,xcb-proto,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+include $(TOPDIR)/mk/python.mk
+
+CONFIGURE_ENV+= PYTHON=$(PYTHON)
+
post-install:
${INSTALL_DIR} ${IDIR_XCB_PROTO}/usr/share
${CP} ${WRKINST}/usr/share/xcb ${IDIR_XCB_PROTO}/usr/share