diff options
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 |