summaryrefslogtreecommitdiff
path: root/recipes/fontconfig.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-05-20 16:22:11 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-05-20 16:22:11 +0200
commit47999f3b571897b68a13a209c257b4e3791ae96f (patch)
tree190f59b7e9c15fb255cf40c0d2a9bc7daf15941b /recipes/fontconfig.recipe
parentb3ed8f4a292544dc6297aa037544c114e2b13b0b (diff)
fontconfig: Build without docs
Diffstat (limited to 'recipes/fontconfig.recipe')
-rw-r--r--recipes/fontconfig.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/fontconfig.recipe b/recipes/fontconfig.recipe
index d8920db8..124b8ae9 100644
--- a/recipes/fontconfig.recipe
+++ b/recipes/fontconfig.recipe
@@ -6,6 +6,7 @@ class Recipe(recipe.Recipe):
name = 'fontconfig'
version = '2.10.1'
licenses = [License.MIT]
+ configure_options = '--disable-docs'
deps = ['expat', 'freetype', 'zlib', 'bzip2']
platform_deps = { Platform.WINDOWS: ['libiconv'],
Platform.DARWIN: ['libiconv']}