1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

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

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',