mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-09 09:28:44 +02:00
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:
6
gio/.gitignore
vendored
6
gio/.gitignore
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user