diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-02 11:45:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-02 11:45:18 +0200 |
commit | e85fa91ec6655da593c0b8b31832045da5ad9ad4 (patch) | |
tree | 2e3ea23d1697b2b9e11ed00023783f9722dcf276 /package/xinput | |
parent | 5782397d77cd243c1174c98051158febe3a21641 (diff) |
update Xorg to 7.7
Diffstat (limited to 'package/xinput')
-rw-r--r-- | package/xinput/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/xinput/Makefile b/package/xinput/Makefile index ee6adc046..be4ba8d7a 100644 --- a/package/xinput/Makefile +++ b/package/xinput/Makefile @@ -4,13 +4,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:= xinput -PKG_VERSION:= 1.5.3 +PKG_VERSION:= 1.6.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= 87ad4db2fad4ff9a68e57759a63abc4b +PKG_MD5SUM:= 03146d20083a8bd2e3806554b36c7c2b PKG_DESCR:= X input utility PKG_SECTION:= x11/apps -PKG_DEPENDS:= libxi -PKG_BUILDDEP:= libXi +PKG_DEPENDS:= libxi libxinerama libxrandr +PKG_BUILDDEP:= libXi libXinerama libXrandr PKG_URL:= http://xorg.freedesktop.org/ PKG_SITES:= ${MASTER_SITE_XORG} |