diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-20 16:22:11 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-20 16:22:11 +0200 |
commit | 47999f3b571897b68a13a209c257b4e3791ae96f (patch) | |
tree | 190f59b7e9c15fb255cf40c0d2a9bc7daf15941b /recipes/fontconfig.recipe | |
parent | b3ed8f4a292544dc6297aa037544c114e2b13b0b (diff) |
fontconfig: Build without docs
Diffstat (limited to 'recipes/fontconfig.recipe')
-rw-r--r-- | recipes/fontconfig.recipe | 1 |
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']} |