diff options
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 |