Skip to content

build: work around meson issue with too long filenames on Windows. Fixes #1556

Christoph Reiter requested to merge shorten-gdbus-test-filename into master

When using glib as a meson subproject on Windows the build currently fails due to too long paths during the build process. See https://github.com/mesonbuild/meson/issues/4226 for the upstream bug.

To work around the issue shorten the filenames of the generated gdbus files.

Merge request reports