diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:53:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 09:56:01 +0200 |
commit | 1aacea2738c291c5e144ad1913c3ed6cca9f87db (patch) | |
tree | f8a39f8d250a1a8bc1e56a3607b59231281f1927 /package/libXi | |
parent | 5bdd93287770808c4100008b8b0b39c1a55bf098 (diff) |
use XZ tarballs as default
Diffstat (limited to 'package/libXi')
-rw-r--r-- | package/libXi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libXi/Makefile b/package/libXi/Makefile index 08e801043..c53095a8c 100644 --- a/package/libXi/Makefile +++ b/package/libXi/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= libXi PKG_VERSION:= 1.6.1 PKG_RELEASE:= 2 PKG_MD5SUM:= d024a9de73191628f9772893f02054d8 -PKG_DESCR:= X Window System client interface to the XINPUT extension to the X protocol. +PKG_DESCR:= client interface to the XINPUT extension PKG_SECTION:= x11/libs PKG_BUILDDEP:= xproto xextproto libXext libXi-host PKG_URL:= http://xorg.freedesktop.org/ @@ -15,6 +15,8 @@ PKG_SITES:= ${MASTER_SITE_XORG} PKG_LIBNAME:= libxi PKG_OPTS:= dev +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + ifeq ($(ADK_STATIC),y) PKG_OPTS+= libonly endif |