Closed hadess closed 3 years ago
Hah, this just started to happen in the regularly scheduled CI runs. @benzea , it's a bit ugly having to hardcode the types list, but it doesn't change that often, so OK for me. WDYT?
Seems like a good solution to me!
meson doesn't seem to have a way to tell gtk-doc where the .c files to extract the type functions from would be when they're generated, like they are for Vala sources.
Work around this by providing a static .types file.
See https://github.com/mesonbuild/meson/issues/3892
(Take 2, CC @benzea )