summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2017-05-30 15:32:06 +0000
committerjabiertxof <info@marker.es>2017-05-30 15:32:06 +0000
commitb1b37cc376e531f2be21f5ce6ce27c33127d7283 (patch)
tree3a3b52a88620f04bad6106e557973f85ccb1883b /CMakeScripts
parentWorking on hide (diff)
parentFix broken fix for bug pointed by parclytaxel in IRC (diff)
downloadinkscape-b1b37cc376e531f2be21f5ce6ce27c33127d7283.tar.gz
inkscape-b1b37cc376e531f2be21f5ce6ce27c33127d7283.zip
Update to trunk
(bzr r15712)
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}