diff options
author | Matthew Waters <matthew@centricular.com> | 2016-10-20 15:48:51 +1100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-11-01 19:01:12 +0200 |
commit | d8c14d42e93764176d412ea8e00c591ccb9d6495 (patch) | |
tree | 8a2756b3b20559f6129987c9129d4d041a7ed7ec | |
parent | 7b52478167525427bca2b00813d7e00204c8bf6e (diff) |
recipes/tiff: don't build the gl tool
We don't require it and it may fail to build for some platforms.
https://bugzilla.gnome.org/show_bug.cgi?id=773244
-rw-r--r-- | recipes/tiff.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/tiff.recipe b/recipes/tiff.recipe index bb9cba77..6b5a8ed8 100644 --- a/recipes/tiff.recipe +++ b/recipes/tiff.recipe @@ -8,7 +8,7 @@ class Recipe(recipe.Recipe): url = 'http://download.osgeo.org/libtiff/tiff-4.0.4.tar.gz' licenses = [License.BSD_like] deps = [ 'zlib', 'libjpeg-turbo' ] - configure_options = ' --disable-cxx' + configure_options = ' --disable-cxx no_gl=yes' files_libs = ['libtiff'] files_bins = ['tiffcrop', 'bmp2tiff', 'gif2tiff', 'ppm2tiff' |