mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-05 12:20:13 +02: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],
|
include_directories : [configinc, glibinc],
|
||||||
dependencies : [
|
dependencies : [
|
||||||
gioenumtypes_dep,
|
gioenumtypes_dep,
|
||||||
|
libglib_dep,
|
||||||
gmodule_inc_dep,
|
gmodule_inc_dep,
|
||||||
],
|
],
|
||||||
gnu_symbol_visibility : 'hidden',
|
gnu_symbol_visibility : 'hidden',
|
||||||
|
@ -13,6 +13,7 @@ giowin32_lib = static_library('giowin32',
|
|||||||
dependencies : [
|
dependencies : [
|
||||||
libintl,
|
libintl,
|
||||||
gioenumtypes_dep,
|
gioenumtypes_dep,
|
||||||
|
libglib_dep,
|
||||||
gmodule_inc_dep,
|
gmodule_inc_dep,
|
||||||
],
|
],
|
||||||
gnu_symbol_visibility : 'hidden',
|
gnu_symbol_visibility : 'hidden',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user