Fix build race between gio subdirs and gversionmacros.h

I made the kqueue failure 100% reliable with `samu -j1` on FreeBSD,
and therefore confirmed this fixes that problem.  Issue #2929 is
an identical failure on win32, so I assume this fixes that, too,
but I haven't confirmed.

Fixes: #2929
This commit is contained in:
Eric van Gyzen 2023-07-25 20:27:39 -05:00 committed by Eric van Gyzen
parent e051f4abaf
commit 6b4b4cd889
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',