diff options
Diffstat (limited to 'package/xcb-proto/Makefile')
-rw-r--r-- | package/xcb-proto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xcb-proto/Makefile b/package/xcb-proto/Makefile index 2f3c756c6..1d24840d8 100644 --- a/package/xcb-proto/Makefile +++ b/package/xcb-proto/Makefile @@ -12,6 +12,8 @@ PKG_BUILDDEP:= python2 PKG_MD5SUM:= 8d29695e8faf5fcdce568c66eaeaa5ee PKG_SITES:= ${MASTER_SITE_XORG} +PKG_SUBPKGS:= XCB_PROTO XCB_PYTHON + 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})) |