summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-20 16:47:13 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2022-10-23 18:04:56 +0200
commitf67743e9a2f98bcc06332a8ccf88022c6e925f1e (patch)
tree5ad68c69ea0e8815779bd99860766967630a1fe6
parent341895a19eaa343ba944fcb4e7e4f3206841e5d8 (diff)
downloadglib-f67743e9a2f98bcc06332a8ccf88022c6e925f1e.tar.gz
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
-rw-r--r--glib/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/meson.build b/glib/meson.build
index b9e8680e0..c93d53014 100644
--- a/glib/meson.build
+++ b/glib/meson.build
@@ -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',