From b13fd6a2781560aab2f796e8944448f43c7f8570 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Thu, 30 Nov 2017 20:55:57 +0100 Subject: Packaging/MSYS2: include tcl/tk accessory files They are required for tkinter Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1735451 - https://bugs.launchpad.net/inkscape/+bug/1695946 --- CMakeScripts/InstallMSYS2.cmake | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CMakeScripts') diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake index a192f459f..891202fae 100644 --- a/CMakeScripts/InstallMSYS2.cmake +++ b/CMakeScripts/InstallMSYS2.cmake @@ -205,6 +205,13 @@ if(WIN32) ${MINGW_LIB}/enchant/libenchant_aspell.dll DESTINATION lib/enchant) + # tcl/tk related files (required for tkinter) + install(DIRECTORY + ${MINGW_PATH}/lib/tcl8 + ${MINGW_PATH}/lib/tcl8.6 + ${MINGW_PATH}/lib/tk8.6 + DESTINATION lib) + # Necessary to run extensions on windows if it is not in the path if (HAVE_MINGW64) install(FILES -- cgit v1.2.3