summaryrefslogtreecommitdiff
path: root/package/libX11
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-16 16:40:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-16 16:40:44 +0100
commitd96c0b112460f4940a8a26617019fbef762ec49e (patch)
treee70daa5dafaa18399d99437dc605c917bee36af2 /package/libX11
parent3ea82668f719898904b8fc337934c64f8715b2c8 (diff)
use xproto-host
Diffstat (limited to 'package/libX11')
-rw-r--r--package/libX11/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libX11/Makefile b/package/libX11/Makefile
index 6b5594045..78078cf83 100644
--- a/package/libX11/Makefile
+++ b/package/libX11/Makefile
@@ -9,7 +9,8 @@ PKG_RELEASE:= 3
PKG_MD5SUM:= 395455e4d3a51459374fe5ca8420aae8
PKG_DESCR:= X11 client-side library
PKG_SECTION:= x11/libs
-PKG_BUILDDEP:= xproto xextproto xtrans libXdmcp libXau xcb-proto
+PKG_BUILDDEP:= xproto-host
+PKG_BUILDDEP+= xproto xextproto xtrans libXdmcp libXau xcb-proto
PKG_BUILDDEP+= xcmiscproto bigreqsproto kbproto inputproto libxcb
PKG_DEPENDS:= libxdmcp libxcb libxau
PKG_SITES:= ${MASTER_SITE_XORG}