diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-29 20:29:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-29 20:29:44 +0100 |
commit | a60a17cd488cbe017b95f52bcb0f881d7a4a5846 (patch) | |
tree | 6256c2f07571ae20f424c39b247752b5e32ea226 /package/libXi | |
parent | e17110aeb3863c1292eb3e58b7597174bea6cc85 (diff) |
xorg: update all packages to latest stable version, remove mirror.mk entry
Diffstat (limited to 'package/libXi')
-rw-r--r-- | package/libXi/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/libXi/Makefile b/package/libXi/Makefile index 74ff1161d..635901ac3 100644 --- a/package/libXi/Makefile +++ b/package/libXi/Makefile @@ -4,14 +4,14 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= libXi -PKG_VERSION:= 1.6.1 -PKG_RELEASE:= 2 -PKG_HASH:= a2aab210068af017314888c64c3a7dd6b5a7933fe50ab89b6e039aadc07dac46 +PKG_VERSION:= 1.7.6 +PKG_RELEASE:= 1 +PKG_HASH:= 4e88fa7decd287e58140ea72238f8d54e4791de302938c83695fc0c9ac102b7e PKG_DESCR:= client interface to the xinput extension PKG_SECTION:= x11/libs -PKG_BUILDDEP:= xproto xextproto libXext libXi-host +PKG_BUILDDEP:= xproto xextproto libXext libXfixes PKG_URL:= http://xorg.freedesktop.org/ -PKG_SITES:= ${MASTER_SITE_XORG} +PKG_SITES:= http://www.x.org/releases/individual/lib/ PKG_LIBNAME:= libxi PKG_OPTS:= dev |