summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-16 21:31:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-16 21:31:47 +0200
commit55dc3ccccd3119e0d64eeb8c24ba1167790425e0 (patch)
tree4791d20a5f54026aebe6446b98e063032303c5e3
parente2fbdf598471d977fce2a14ae3031df678e96494 (diff)
fix libxcb build
-rw-r--r--package/libxcb/Makefile3
-rw-r--r--package/xcb-proto/Makefile4
2 files changed, 3 insertions, 4 deletions
diff --git a/package/libxcb/Makefile b/package/libxcb/Makefile
index 8dffea1f3..7ce58a0bc 100644
--- a/package/libxcb/Makefile
+++ b/package/libxcb/Makefile
@@ -9,9 +9,8 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= a484793fbfb974b09d54fa1ebf44b2e4
PKG_DESCR:= interface to the x window system protocol
PKG_SECTION:= x11/libs
-PKG_BUILDDEP:= libXau-host libpthread-stubs-host xcb-proto-host
-PKG_BUILDDEP+= libxcb-host
PKG_BUILDDEP+= python2 libpthread-stubs libxslt libXau xcb-proto
+HOST_BUILDDEP:= libXau-host libpthread-stubs-host xcb-proto-host
PKG_SITES:= http://xcb.freedesktop.org/dist/
PKG_OPTS:= dev
diff --git a/package/xcb-proto/Makefile b/package/xcb-proto/Makefile
index 2dcfcc5d1..cc7d5d7e4 100644
--- a/package/xcb-proto/Makefile
+++ b/package/xcb-proto/Makefile
@@ -9,7 +9,8 @@ PKG_RELEASE:= 1
PKG_DESCR:= xml-xcb protocol descriptions
PKG_SECTION:= dev/header
PKG_MD5SUM:= 2b9dc6442156aba2bfb4133cb9d7cf46
-PKG_BUILDDEP:= autotool bzip2-host python2-host xcb-proto-host
+PKG_BUILDDEP:= autotool
+HOST_BUILDDEP:= python2-host
PKG_SITES:= http://xcb.freedesktop.org/dist/
PKG_OPTS:= dev devonly
@@ -40,7 +41,6 @@ post-build:
${INSTALL_DIR} ${STAGING_TARGET_DIR}/usr/share/xcb
${CP} ${WRKBUILD}/src/*.xml ${STAGING_TARGET_DIR}/usr/share/xcb
$(SED) 's|^\(xcbincludedir=\)|\1$(STAGING_TARGET_DIR)|' \
- -e 's|^\(pythondir=\)|\1$(STAGING_TARGET_DIR)|' \
$(WRKBUILD)/xcb-proto.pc
xcb-python-install: