From 686d70ae36d3ffcf68c9d387b89813e8d2ba94a2 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sat, 2 Jul 2022 13:05:20 +0300 Subject: [PATCH 39/39] Msys2: Add gdbus.exe to gtk4 environment See osdn #44921 Signed-off-by: Marko Lindqvist --- windows/installer_msys2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/installer_msys2/Makefile b/windows/installer_msys2/Makefile index 41365d18b9..e68334b773 100644 --- a/windows/installer_msys2/Makefile +++ b/windows/installer_msys2/Makefile @@ -351,6 +351,7 @@ GTK4_FCMP_DLLS := \ install-env-gtk4-fcmp: install-env-common cp -R $(addprefix $(DLLPATH_PREFIX), $(GTK4_FCMP_DLLS)) install-$(WINARCH)-$(GUI)/ # add additional GTK4 files + cp /$(ARCHDIR)/bin/gdbus.exe install-$(WINARCH)-$(GUI)/ mkdir -p install-$(WINARCH)-$(GUI)/lib/gdk-pixbuf-2.0/ cp -R /$(ARCHDIR)/lib/gdk-pixbuf-2.0/* install-$(WINARCH)-$(GUI)/lib/gdk-pixbuf-2.0/ cp -R /$(ARCHDIR)/share/locale install-$(WINARCH)-$(GUI)/share/ -- 2.35.1