diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-27 05:17:26 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-27 05:17:39 -0500 |
commit | 80912c075d6ae20422e79e17f8d8b3a046a61d9e (patch) | |
tree | 807a156f6163ac529789b8eab5a5b9da03150ab9 | |
parent | c57f36a49b0e56d52382f3bdb2558baece5677ec (diff) | |
download | packages-80912c075d6ae20422e79e17f8d8b3a046a61d9e.tar.gz packages-80912c075d6ae20422e79e17f8d8b3a046a61d9e.tar.bz2 packages-80912c075d6ae20422e79e17f8d8b3a046a61d9e.tar.xz packages-80912c075d6ae20422e79e17f8d8b3a046a61d9e.zip |
user/gdk-pixbuf: disable tests because jpg is missing
-rw-r--r-- | user/gdk-pixbuf/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/gdk-pixbuf/APKBUILD b/user/gdk-pixbuf/APKBUILD index 9574ae054..5a9e91bd0 100644 --- a/user/gdk-pixbuf/APKBUILD +++ b/user/gdk-pixbuf/APKBUILD @@ -5,6 +5,7 @@ pkgrel=0 pkgdesc="GTK+ image loading library" url="https://www.gtk.org/" arch="all" +options="!check" # bug753605-atsize.jpg is missing from tarball. license="LGPL-2.0+" depends="shared-mime-info" depends_dev="" |