diff options
author | Matthew Waters <matthew@centricular.com> | 2020-03-23 20:28:53 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2020-03-23 21:09:41 +1100 |
commit | 8ccf80cf82b97ad9a2e45b15a9fbd1a57aca3dcd (patch) | |
tree | a24fa14369d77a6772d6d2898c23657bbc222da3 /recipes/libsoup.recipe | |
parent | d29f1e76b0c7474d818add6981a142f1e1a44727 (diff) |
soup: disable tests
Fixes misdetection of apache when cross-compiling for windows from
linux.
Diffstat (limited to 'recipes/libsoup.recipe')
-rw-r--r-- | recipes/libsoup.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libsoup.recipe b/recipes/libsoup.recipe index a738dd60..d6512745 100644 --- a/recipes/libsoup.recipe +++ b/recipes/libsoup.recipe @@ -10,7 +10,7 @@ class Recipe(recipe.Recipe): btype = BuildType.MESON url = 'gnome://' tarball_checksum = '534bb08e35b0ff3702f3adfde87d3441e27c12f9f5ec351f056fe04cba02bafb' - meson_options = {'gnome': 'false', 'vapi': 'disabled', 'tls_check': 'false'} + meson_options = {'gnome': 'false', 'vapi': 'disabled', 'tls_check': 'false', 'tests' : 'false'} deps = ['libxml2', 'glib', 'glib-networking', 'libpsl'] # sqlite ships with the system on macOS and iOS. Android also ships with |