diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-15 18:40:37 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-15 18:40:37 +0000 |
commit | 60f378d30384d94593733075afa355352ce3d779 (patch) | |
tree | fcb91824c6d6958337984737baba2f47f98bfb25 | |
parent | 47857f4ec57c07540b518349b815ffe20fb31774 (diff) | |
download | aports-60f378d30384d94593733075afa355352ce3d779.tar.bz2 aports-60f378d30384d94593733075afa355352ce3d779.tar.xz |
community/irrlicht: disable check option
irrlicht does not have any tests.
-rw-r--r-- | community/irrlicht/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/irrlicht/APKBUILD b/community/irrlicht/APKBUILD index 18f495eb46..cdd63c4f79 100644 --- a/community/irrlicht/APKBUILD +++ b/community/irrlicht/APKBUILD @@ -10,6 +10,7 @@ license="zlib" depends="" makedepends="mesa-dev libjpeg-turbo-dev bzip2 libpng-dev zlib-dev bzip2-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-static" +options="!check" # no test suite source="https://downloads.sourceforge.net/irrlicht/irrlicht-$pkgver.zip irrlicht-1.8.3-mesa-10.x.patch irrlicht-1.8.3-sysctl.patch |