diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 21:31:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-16 21:31:47 +0200 |
commit | 55dc3ccccd3119e0d64eeb8c24ba1167790425e0 (patch) | |
tree | 4791d20a5f54026aebe6446b98e063032303c5e3 /package/libxcb | |
parent | e2fbdf598471d977fce2a14ae3031df678e96494 (diff) |
fix libxcb build
Diffstat (limited to 'package/libxcb')
-rw-r--r-- | package/libxcb/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |