Merge branch 'issue-2929' into 'main'

Fix build race between gio subdirs and gversionmacros.h

Closes #2929

See merge request GNOME/glib!3512
This commit is contained in:
Michael Catanzaro 2023-07-26 17:36:05 +00:00
commit b01d801207
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ kqueue_lib = static_library('kqueue',
include_directories : [configinc, glibinc],
dependencies : [
gioenumtypes_dep,
libglib_dep,
gmodule_inc_dep,
],
gnu_symbol_visibility : 'hidden',

View File

@ -13,6 +13,7 @@ giowin32_lib = static_library('giowin32',
dependencies : [
libintl,
gioenumtypes_dep,
libglib_dep,
gmodule_inc_dep,
],
gnu_symbol_visibility : 'hidden',