diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-17 14:54:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-17 14:55:57 +0200 |
commit | 141242b8485c77983eee31958d867e9d2f1edee0 (patch) | |
tree | 769800e53a4b9d19ba9dc8370c55a08269a172ed /package/libXt | |
parent | c218561f68bba33f44638835e84f1dde093f18d2 (diff) |
xproto-host required to build makestr for host
Diffstat (limited to 'package/libXt')
-rw-r--r-- | package/libXt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libXt/Makefile b/package/libXt/Makefile index e3d156d26..122da4ab0 100644 --- a/package/libXt/Makefile +++ b/package/libXt/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:= libXt PKG_VERSION:= 1.1.3 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_MD5SUM:= 7a80ed7aba06668b12ebd0910318a1f1 PKG_DESCR:= x toolkit intrinsics libraries PKG_SECTION:= x11/libs PKG_DEPENDS:= libsm libice libuuid libx11 libxau libxdmcp libxcb PKG_BUILDDEP:= autotool -PKG_BUILDDEP+= libSM libX11 kbproto util-macros-host +PKG_BUILDDEP+= libSM libX11 kbproto util-macros-host xproto-host HOST_BUILDDEP:= util-macros-host libICE-host libSM-host PKG_SITES:= ${MASTER_SITE_XORG} PKG_LIBNAME:= libxt |