summaryrefslogtreecommitdiff
path: root/package/xcb-proto
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-01 22:09:25 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-01 22:09:25 +0100
commitce219acde452d9a63eb12d7214c21ec0e0655dfd (patch)
tree54f8af7ed17ac63d0d94691864751306a3bb4a04 /package/xcb-proto
parent216fc3f63dcf07f5bc644165ce1965d733330de0 (diff)
xcb-proto configure searches for python
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 64d441387..62989d836 100644
--- a/package/xcb-proto/Makefile
+++ b/package/xcb-proto/Makefile
@@ -9,12 +9,12 @@ PKG_RELEASE:= 1
PKG_DESCR:= XML-XCB protocol descriptions
PKG_SECTION:= devel
PKG_MD5SUM:= 8d2cdb770129cef563088a90c5bec768
+PKG_BUILDDEP:= python2-host
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