diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-24 17:14:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-24 17:14:27 +0100 |
commit | 34d49891c4660e4285d9755e2e35b481b8b277b5 (patch) | |
tree | 6f4bf6f58750224c779b1c5b2f8a81ae4d4347d6 /package/libXtst/Makefile | |
parent | 3b82435b7e5671a1a9d6dbee3a28d41be1f9871c (diff) |
fix more host dependencies
Diffstat (limited to 'package/libXtst/Makefile')
-rw-r--r-- | package/libXtst/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libXtst/Makefile b/package/libXtst/Makefile index 75ec95913..70c7f3393 100644 --- a/package/libXtst/Makefile +++ b/package/libXtst/Makefile @@ -9,7 +9,8 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= 8918809e47c29b44d25eb16b1586a15b PKG_DESCR:= Xtst library PKG_SECTION:= x11/libs -PKG_BUILDDEP:= recordproto-host recordproto libXi libXi-host libXtst-host +PKG_BUILDDEP:= recordproto-host libXi-host libXtst-host +PKG_BUILDDEP+= recordproto libXi PKG_SITES:= ${MASTER_SITE_XORG} PKG_LIBNAME:= libxtst PKG_OPTS:= dev |