diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-04-02 11:13:36 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-06-16 14:44:40 +0200 |
commit | e86a7888dab6b5225156883a5277463af577e790 (patch) | |
tree | b920c3cf09988e77e579bf220e42bd60bcf223df /recipes/fontconfig.recipe | |
parent | 212da984d071ea0668a644efee21d55d57b48ac6 (diff) |
recipes:fontconfig: Fix build on windows
Desactivating the tests as building them is currently broken on windows
Diffstat (limited to 'recipes/fontconfig.recipe')
-rw-r--r-- | recipes/fontconfig.recipe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/fontconfig.recipe b/recipes/fontconfig.recipe index 2bb4eca6..4e7b93bc 100644 --- a/recipes/fontconfig.recipe +++ b/recipes/fontconfig.recipe @@ -10,9 +10,12 @@ class Recipe(recipe.Recipe): licenses = [License.MIT] configure_options = '--disable-docs' deps = ['expat', 'freetype', 'zlib', 'bzip2'] + autoreconf = True patches = ['fontconfig/0001-Ensure-we-use-our-installed-headers-instead-of-syste.patch', 'fontconfig/0002-Port-to-Android.patch', - 'fontconfig/0003-configure-Allow-static-build.patch'] + 'fontconfig/0003-configure-Allow-static-build.patch', + 'fontconfig/0001-Do-not-build-tests-on-windows.patch', + ] files_libs = ['libfontconfig'] files_etc = [ |