mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
glib: Also include glibconfig.h in the libglib dependencies and sources
It must be there to build, or we'd fail: See: https://gitlab.gnome.org/GNOME/glib/-/jobs/2346909
This commit is contained in:
parent
341895a19e
commit
f67743e9a2
@ -4,6 +4,7 @@ glibconfig_h = configure_file(input : 'glibconfig.h.in', output : 'glibconfig.h'
|
||||
install_dir : join_paths(get_option('libdir'), 'glib-2.0/include'),
|
||||
install_tag : 'devel',
|
||||
configuration : glibconfig_conf)
|
||||
glib_sources += glibconfig_h
|
||||
|
||||
gversionmacros_h = custom_target(
|
||||
input: 'gversionmacros.h.in',
|
||||
|
Loading…
Reference in New Issue
Block a user