diff options
-rw-r--r-- | package/libXtst/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package/libXtst/Makefile b/package/libXtst/Makefile index 551f32a51..ff8945648 100644 --- a/package/libXtst/Makefile +++ b/package/libXtst/Makefile @@ -9,10 +9,11 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= 8918809e47c29b44d25eb16b1586a15b PKG_DESCR:= Xtst library PKG_SECTION:= x11/libs -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 +HOST_BUILDDEP:= recordproto-host xproto-host xextproto-host +HOST_BUILDDEP+= inputproto-host kbproto-host xtrans-host +HOST_BUILDDEP+= xcb-proto-host libXau-host libpthread-stubs-host +HOST_BUILDDEP+= libX11-host libXext-host libXi-host libXtst-host PKG_SITES:= ${MASTER_SITE_XORG} PKG_LIBNAME:= libxtst PKG_OPTS:= dev |