summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/InstallMSYS2.cmake
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-03-05 03:31:55 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-03-05 03:31:55 +0000
commit0140ace54f213a01c6e24e0e12179eeae8fe8a38 (patch)
treecddaffbe5a73cec728f84540b04c920e1b99904c /CMakeScripts/InstallMSYS2.cmake
parentCMake: This should obviously have been an environment variable instead of a C... (diff)
downloadinkscape-0140ace54f213a01c6e24e0e12179eeae8fe8a38.tar.gz
inkscape-0140ace54f213a01c6e24e0e12179eeae8fe8a38.zip
CMake: python2-numpy was missing dependencies
(bzr r15566)
Diffstat (limited to 'CMakeScripts/InstallMSYS2.cmake')
-rw-r--r--CMakeScripts/InstallMSYS2.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index 72069033c..3cfc9c20c 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -124,8 +124,12 @@ if(WIN32)
# these are not picked up by 'ldd' but are required for SVG support in gdk-pixbuf-2.0
${MINGW_BIN}/libcroco-0.6-3.dll
${MINGW_BIN}/librsvg-2-2.dll
- # required by lxml
+ # required by python2-lxml
${MINGW_BIN}/libexslt-0.dll
+ # required by python2-numpy
+ ${MINGW_BIN}/libgfortran-3.dll
+ ${MINGW_BIN}/libopenblas.dll
+ ${MINGW_BIN}/libquadmath-0.dll
DESTINATION ${CMAKE_INSTALL_PREFIX})
# There are differences for 64-Bit and 32-Bit build environments.
if(HAVE_MINGW64)