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

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.
This commit is contained in:
Christoph Reiter
2018-10-04 09:09:51 +02:00
parent da8f1c6ac3
commit 180e59539c
7 changed files with 23 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
#include "gdbus-object-manager-example/gdbus-example-objectmanager-generated.h"
#include "gdbus-object-manager-example/objectmanager-gen.h"
/* ---------------------------------------------------------------------------------------------------- */