diff options
Diffstat (limited to 'recipes/cairo.recipe')
-rw-r--r-- | recipes/cairo.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/cairo.recipe b/recipes/cairo.recipe index 89febd0b..ef17cdc0 100644 --- a/recipes/cairo.recipe +++ b/recipes/cairo.recipe @@ -11,7 +11,8 @@ class Recipe(recipe.Recipe): autoreconf = True autoreconf_sh = 'NOCONFIGURE=1 ./autogen.sh' deps = ['glib', 'libpng', 'zlib', 'pixman', 'fontconfig', 'freetype'] - patches = ['cairo/0001-Fix-compilation-with-Android-s-bionic-libc.patch'] + patches = ['cairo/0001-Fix-compilation-with-Android-s-bionic-libc.patch', + 'cairo/0001-Disable-building-of-the-tests.patch'] files_libs = ['libcairo', 'libcairo-gobject', 'libcairo-script-interpreter'] files_devel = [ |