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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user