diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-03 20:04:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-03 20:04:34 +0100 |
commit | 832be8425b55a47c0b8e9d493df1ae81dbe61dd4 (patch) | |
tree | a795baaa265e9fbda4d36b71b199ab70177b9891 /package/xcb-proto | |
parent | c8034b6c5297caa7124070065ec156812219471c (diff) |
more native compile fixes on my ibm x40
Diffstat (limited to 'package/xcb-proto')
-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})) |