diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-27 09:48:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-27 09:48:17 +0100 |
commit | 395027c0eca327aa515ec95131218f017ed376e8 (patch) | |
tree | d7efa8f832e133a8fae625119a234048b076a4cb /package/libXtst | |
parent | c25486df9724185dfec39ae1b80253a3b1b213fd (diff) |
disable choices for now, need rework
Diffstat (limited to 'package/libXtst')
-rw-r--r-- | package/libXtst/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libXtst/Makefile b/package/libXtst/Makefile index 70c7f3393..913fbdee6 100644 --- a/package/libXtst/Makefile +++ b/package/libXtst/Makefile @@ -9,7 +9,9 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= 8918809e47c29b44d25eb16b1586a15b PKG_DESCR:= Xtst library PKG_SECTION:= x11/libs -PKG_BUILDDEP:= recordproto-host libXi-host libXtst-host +PKG_BUILDDEP:= recordproto-host xproto-host xextproto-host inputproto-host kbproto-host +PKG_BUILDDEP+= xtrans-host xcb-proto-host libXau-host libpthread-stubs-host libxcb-host +PKG_BUILDDEP+= libX11-host libXext-host libXi-host libXtst-host PKG_BUILDDEP+= recordproto libXi PKG_SITES:= ${MASTER_SITE_XORG} PKG_LIBNAME:= libxtst |