mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
fix underspecified dependencies on generated headers
Since gmodule-visibility.h is now a custom target and produced at buildtime, it might not always exist in time for use in other source files. This was the case for gio-inotify. Add it as an additional source file to ensure in-time generation.
This commit is contained in:
parent
4177164fd2
commit
740440774a
@ -8,7 +8,7 @@ inotify_sources = [
|
||||
]
|
||||
|
||||
inotify_lib = static_library('inotify',
|
||||
sources : inotify_sources,
|
||||
sources : [inotify_sources, gmodule_visibility_h],
|
||||
include_directories : [configinc, glibinc, gmoduleinc],
|
||||
dependencies : [gioenumtypes_dep, libglib_dep, libgobject_dep],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
|
Loading…
Reference in New Issue
Block a user