mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
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:
commit
b01d801207
@ -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',
|
||||
|
@ -13,6 +13,7 @@ giowin32_lib = static_library('giowin32',
|
||||
dependencies : [
|
||||
libintl,
|
||||
gioenumtypes_dep,
|
||||
libglib_dep,
|
||||
gmodule_inc_dep,
|
||||
],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
|
Loading…
Reference in New Issue
Block a user