main/pango: disable checks

There are no usefull checks in pango. So i decided to disable them
in order to keep Travis happy.
This commit is contained in:
Leo Unglaub 2017-11-17 22:10:54 +00:00 committed by Jakub Jirutka
parent 050f507c03
commit 993f7b2a17

View File

@ -6,6 +6,7 @@ pkgdesc="A library for layout and rendering of text"
url="http://www.pango.org/"
arch="all"
license="LGPL"
options="!check" # no tests available
subpackages="$pkgname-dev $pkgname-doc"
makedepends="$depends_dev cairo-dev expat-dev gobject-introspection-dev
fontconfig-dev freetype-dev glib-dev harfbuzz-dev libxft-dev"