summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-05-29 19:22:42 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-05-29 19:22:42 +0000
commit260a45509ec8e9ef91d2df86a2cc9e876a7f9d93 (patch)
tree7d0887c496661d97a69ac109a3b5cc3e81a4253c /CMakeScripts
parentAlow write to repr on hidden LPE parameters (diff)
downloadinkscape-260a45509ec8e9ef91d2df86a2cc9e876a7f9d93.tar.gz
inkscape-260a45509ec8e9ef91d2df86a2cc9e876a7f9d93.zip
cmake/MSYS2: install python2-pillow
(bzr r15717)
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/InstallMSYS2.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index 495e8e1e6..d3e63c3c9 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -225,7 +225,7 @@ if(WIN32)
set(site_packages "lib/python2.7/site-packages")
# Python packages installed via pacman
- set(packages "python2-lxml" "python2-numpy")
+ set(packages "python2-lxml" "python2-numpy" "python2-pillow")
foreach(package ${packages})
list_files_pacman(${package} paths)
install_list(FILES ${paths}