Merge branch '3040-gtester-override-find-program' into 'main'

build: Call override_find_program() for gtester

Closes #3040

See merge request GNOME/glib!3478
This commit is contained in:
Marco Trevisan 2023-06-29 16:57:35 +00:00
commit b1ac3f883a

View File

@ -494,6 +494,9 @@ else
c_args : ['-UG_DISABLE_ASSERT'],
include_directories : configinc,
dependencies : [libglib_dep])
# Provide tools for others when we're a subproject and they use the Meson GNOME module
meson.override_find_program('gtester', gtester)
endif
report_conf = configuration_data()