diff options
Diffstat (limited to 'recipes/glib.recipe')
-rw-r--r-- | recipes/glib.recipe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index 46c22d05..1d4347c0 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -181,6 +181,9 @@ class Recipe(recipe.Recipe): 'glib/uwp/0025-meson-Add-workaround-for-Visual-Studio-2019-ARM-buil.patch', ] elif self.config.target_platform in [Platform.DARWIN, Platform.IOS]: + # https://gitlab.gnome.org/GNOME/glib/-/issues/2902 + self.meson_options.update({'tests': 'false'}) + self.files_devel.append('%(libdir)s/glib-2.0/include/*/glibconfig.h') arch = self.config.target_arch if arch == Architecture.X86: |