aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxcb
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-11-16 14:25:55 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-11-16 14:25:55 +0100
commit657d4b269288839b9b091394da7bcebb8ee8fcef (patch)
tree82be28d6292d614e0c79867f09b40f1e2ad15d1e /main/libxcb
parentd7296ca6b5aa34fdc4fe94e40a199c2c65fe258e (diff)
downloadaports-657d4b269288839b9b091394da7bcebb8ee8fcef.tar.bz2
aports-657d4b269288839b9b091394da7bcebb8ee8fcef.tar.xz
main/libxcb: disable check
Diffstat (limited to 'main/libxcb')
-rw-r--r--main/libxcb/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD
index bc7916ebb3..60047cc94a 100644
--- a/main/libxcb/APKBUILD
+++ b/main/libxcb/APKBUILD
@@ -10,6 +10,7 @@ depends=
subpackages="$pkgname-dev $pkgname-doc"
depends_dev="libxau-dev xcb-proto"
checkdepends="check-dev"
+options="!check" # upstream requires an old check version (0.9.4)
makedepends="$depends_dev libpthread-stubs libxdmcp-dev libxslt python3"
source="https://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2"