aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxi
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-21 17:32:33 +0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-23 21:15:07 +0000
commit4823eb4bde6beeaa226f59ee2423cd04ddfbb5f9 (patch)
treec51092468dc39aeba732234dd5b7702aa251e8d3 /main/libxi
parent3b68e50332060bf50a3a18e2bee5a40d213d5812 (diff)
downloadaports-4823eb4bde6beeaa226f59ee2423cd04ddfbb5f9.tar.bz2
aports-4823eb4bde6beeaa226f59ee2423cd04ddfbb5f9.tar.xz
main/libxi: clarify license
* Disable static library. * Remove pkgconfig from makedepends. Closes GH-8959
Diffstat (limited to 'main/libxi')
-rw-r--r--main/libxi/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/libxi/APKBUILD b/main/libxi/APKBUILD
index 7d97c14b51..ca69ebf465 100644
--- a/main/libxi/APKBUILD
+++ b/main/libxi/APKBUILD
@@ -3,9 +3,9 @@ pkgname=libxi
pkgver=1.7.9
pkgrel=2
pkgdesc="X11 Input extension library"
-url="http://xorg.freedesktop.org"
+url="https://www.x.org"
arch="all"
-license="custom"
+license="MIT AND X11"
options="!check" # No test suite.
subpackages="$pkgname-dev $pkgname-doc"
depends=
@@ -14,7 +14,6 @@ makedepends="
libx11-dev
libxext-dev
libxfixes-dev
- pkgconfig
util-macros
xmlto
"
@@ -31,7 +30,8 @@ build() {
--mandir=/usr/share/man \
--localstatedir=/var \
--with-xmlto \
- --without-fop
+ --without-fop \
+ --disable-static
make
}