mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
gio: add missing zlib dependency in gio-windows-2.0.pc
This commit is contained in:
parent
34458a7f2a
commit
d2ab2bcefd
@ -846,7 +846,7 @@ endif
|
||||
|
||||
|
||||
if host_system == 'windows'
|
||||
pkg.generate(requires : ['gobject-2.0', 'gmodule-no-export-2.0', 'gio-2.0'],
|
||||
pkg.generate(requires : ['gobject-2.0', 'gmodule-no-export-2.0', 'gio-2.0', 'zlib'],
|
||||
subdirs : ['gio-win32-2.0'],
|
||||
version : glib_version,
|
||||
install_dir : glib_pkgconfigreldir,
|
||||
|
Loading…
Reference in New Issue
Block a user