diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-11-30 19:55:57 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-11-30 19:56:11 +0000 |
| commit | b13fd6a2781560aab2f796e8944448f43c7f8570 (patch) | |
| tree | 00dfa508a6ca2e4c078aab5a9b06ca9b307f3e6b /CMakeScripts | |
| parent | Make bitmap export progress dialog transient for the main window (diff) | |
| download | inkscape-b13fd6a2781560aab2f796e8944448f43c7f8570.tar.gz inkscape-b13fd6a2781560aab2f796e8944448f43c7f8570.zip | |
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
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/InstallMSYS2.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
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
|
