diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-14 09:12:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-14 09:12:09 +0200 |
commit | 84655be8f4505905ec45fb9704137ad95b0b40cf (patch) | |
tree | c8256396001ff0c81fa564fe9f252ce14b604a39 /package/libX11/Makefile | |
parent | 0554d962f8e788620948e460d479ddf3b370f9e6 (diff) |
use HOST_BUILDDEP here, problems reported by Balaton Zoltan
Diffstat (limited to 'package/libX11/Makefile')
-rw-r--r-- | package/libX11/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/libX11/Makefile b/package/libX11/Makefile index 894963c5f..e9fdffb91 100644 --- a/package/libX11/Makefile +++ b/package/libX11/Makefile @@ -9,11 +9,10 @@ PKG_RELEASE:= 1 PKG_HASH:= b93739bcd517723121f508bcaf0c213c1bae9c5eacffdca571ff0d86c30ead3e PKG_DESCR:= x11 client-side library PKG_SECTION:= x11/libs -PKG_BUILDDEP:= xproto-host xextproto-host libXau-host libpthread-stubs-host -PKG_BUILDDEP+= xcb-proto-host libxcb-host kbproto-host -PKG_BUILDDEP+= inputproto-host xtrans-host libX11-host -PKG_BUILDDEP+= xproto xextproto xtrans libXdmcp libXau xcb-proto +PKG_BUILDDEP:= libX11-host xproto xextproto xtrans libXdmcp libXau xcb-proto PKG_BUILDDEP+= xcmiscproto bigreqsproto kbproto inputproto libxcb +HOST_BUILDDEP:= xproto-host xextproto-host kbproto-host libpthread-stubs-host +HOST_BUILDDEP+= libXau-host xcb-proto-host libxcb-host xtrans-host PKG_DEPENDS:= libxdmcp libxcb libxau PKG_SITES:= ${MASTER_SITE_XORG} PKG_LIBNAME:= libx11 |