summaryrefslogtreecommitdiff
path: root/package/xcb-proto
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-30 16:00:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-30 16:00:54 +0100
commitfdeed9b0c762e9f700f3e45869ec58057da449a1 (patch)
treebd2c2b4d82d3046b3450ed7e6e4ff7413cebe0be /package/xcb-proto
parent212f81ac13b0c2dcc30e03bf3535ba2489b1faa5 (diff)
fix build dependency
Diffstat (limited to 'package/xcb-proto')
-rw-r--r--package/xcb-proto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xcb-proto/Makefile b/package/xcb-proto/Makefile
index fd4674b47..64d441387 100644
--- a/package/xcb-proto/Makefile
+++ b/package/xcb-proto/Makefile
@@ -8,13 +8,13 @@ PKG_VERSION:= 1.8
PKG_RELEASE:= 1
PKG_DESCR:= XML-XCB protocol descriptions
PKG_SECTION:= devel
-PKG_BUILDDEP:= python2
PKG_MD5SUM:= 8d2cdb770129cef563088a90c5bec768
PKG_SITES:= http://xcb.freedesktop.org/dist/
PKG_OPTS:= dev devonly
PKG_SUBPKGS:= XCB_PROTO XCB_PYTHON
PKGSC_XCB_PYTHON:= x11/misc
+PKGSB_XCB_PYTHON:= python2-host
include $(TOPDIR)/mk/package.mk