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

6
gio/.gitignore vendored
View File

@@ -1,9 +1,9 @@
gapplication
gconstructor_as_data.h
gdbus
gdbus-example-objectmanager-generated-org.gtk.GDBus.Example.ObjectManager.Animal.xml
gdbus-example-objectmanager-generated-org.gtk.GDBus.Example.ObjectManager.Cat.xml
gdbus-example-objectmanager-generated.[ch]
objectmanager-gen-org.gtk.GDBus.Example.ObjectManager.Animal.xml
objectmanager-gen-org.gtk.GDBus.Example.ObjectManager.Cat.xml
objectmanager-gen.[ch]
gdbus-daemon-generated.[ch]
gio
gio_probes.h