From 1cd557ce6873b08e66e0434a5ff8b2a2faa97f7b Mon Sep 17 00:00:00 2001 From: Lukas Oberhuber Date: Tue, 5 Jul 2022 15:07:34 +0000 Subject: [PATCH] meson: fix export_packages for generate_gir This is required in order for babl to link properly in vapigen. C.f. https://gitlab.gnome.org/Infrastructure/gimp-macos-build/-/commit/22fc8dafa3e5edc065c035b12024bb7ebb35801a last file --- babl/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/babl/meson.build b/babl/meson.build index 70fb131..6e7c57f 100644 --- a/babl/meson.build +++ b/babl/meson.build @@ -156,6 +156,7 @@ if build_gir namespace: 'Babl', nsversion: api_version, header: 'babl.h', + export_packages: 'babl-0.1', install: true, ) -- 2.30.2