summaryrefslogtreecommitdiffstats
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
parentAlow write to repr on hidden LPE parameters (diff)
downloadinkscape-260a45509ec8e9ef91d2df86a2cc9e876a7f9d93.tar.gz
inkscape-260a45509ec8e9ef91d2df86a2cc9e876a7f9d93.zip
cmake/MSYS2: install python2-pillow
(bzr r15717)
-rw-r--r--CMakeScripts/InstallMSYS2.cmake2
-rwxr-xr-xmsys2installdeps.sh3
2 files changed, 3 insertions, 2 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}
diff --git a/msys2installdeps.sh b/msys2installdeps.sh
index 7b339fdd6..fd46e455c 100755
--- a/msys2installdeps.sh
+++ b/msys2installdeps.sh
@@ -78,7 +78,8 @@ eval pacman -S --needed --noconfirm \
$ARCH-python2 \
$ARCH-python2-pip \
$ARCH-python2-lxml \
-$ARCH-python2-numpy
+$ARCH-python2-numpy \
+$ARCH-python2-pillow
for arch in $(eval echo $ARCH); do
case ${arch} in
mingw-w64-i686)