diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-26 20:23:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-26 20:23:08 +0100 |
commit | 99bd990026275c31475cd779157a00c0bbdba6fb (patch) | |
tree | 4c87dbb8966931433b14cf144353a9af8841aeca /package/xcb-proto | |
parent | b944726b75e18b624bb92e1e4eaa2dafc8d118e0 (diff) | |
parent | 503e9c8f13e8da18f2e81530ba7f086d3ea04de4 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xcb-proto')
-rw-r--r-- | package/xcb-proto/Makefile | 4 |
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 |