libgimp: List gio_specific as dependency for .typelib

This is required starting with Glib 2.86.0.
This commit is contained in:
Bruno Lopes 2025-09-11 07:44:38 -03:00
parent 6584f92748
commit a7d867c8bc
No known key found for this signature in database

View file

@ -495,6 +495,11 @@ else
'GObject-2.0',
'Pango-1.0',
]
if not platform_windows
libgimp_gir_includes += [ 'GioUnix-2.0' ]
else
libgimp_gir_includes += [ 'GioWin32-2.0' ]
endif
gir_args = [
'-DGIMP_COMPILATION',