Skip to content

meson: fix export_packages for generate_gir

This is required in order for babl to link properly in vapigen.

C.f. Infrastructure/gimp-macos-build@22fc8daf last file

Otherwise this occurs

/Users/lukasoberhuber/homebrew/bin/vapigen --quiet --library=gimp-3.0 --directory=/Users/lukasoberhuber/project/tmp/libgimp --pkg=babl-0.1 --pkg=cairo-1.0 --pkg=gdk-pixbuf-2.0 --pkg=gegl-0.4 --pkg=gio-2.0 --pkg=glib-2.0 --pkg=gobject-2.0 --pkg=gtk+-3.0 --metadatadir=/Users/lukasoberhuber/gtk/source/gimp/libgimp /Users/lukasoberhuber/project/tmp/libgimp/Gimp-3.0.gir
Gimp-3.0.gir:4430.59-4430.59: error: The symbol `Gegl' could not be found
Gimp-3.0.gir:4436.83-4436.83: error: The symbol `Gegl' could not be found
Gimp-3.0.gir:4442.59-4442.59: error: The symbol `Gegl' could not be found
Gimp-3.0.gir:4448.83-4448.83: error: The symbol `Gegl' could not be found
Gimp-3.0.gir:8061.57-8061.57: error: The symbol `Gegl' could not be found
Gimp-3.0.gir:8221.57-8221.57: error: The symbol `Gegl' could not be found
Gimp-3.0.gir:38531.55-38531.55: error: The symbol `Gegl' could not be found
Gimp-3.0.gir:39662.85-39662.85: error: The symbol `Gegl' could not be found
Gimp-3.0.gir:40824.87-40824.87: error: The symbol `Gegl' could not be found
Gimp-3.0.gir:49304.55-49304.55: error: The symbol `Gegl' could not be found

Merge request reports