summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-08-27 18:57:39 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-08-27 18:57:39 +0000
commit3931d32c09f93ddcdf618ff9492d0d3c442a7aa4 (patch)
treea97de070ecd13d6431b56f38ee750a7a91c190c9 /CMakeScripts
parentFix bug 1789010 - Sanitize template's file name (diff)
downloadinkscape-3931d32c09f93ddcdf618ff9492d0d3c442a7aa4.tar.gz
inkscape-3931d32c09f93ddcdf618ff9492d0d3c442a7aa4.zip
CMake/MSYS2: Add new pango dependency (libthai)
Also add libdatrie which is required by libthai.
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/InstallMSYS2.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index 4fe39b216..1c84bd766 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -31,6 +31,7 @@ if(WIN32)
${MINGW_BIN}/libcdr-0.[0-9]*.dll
${MINGW_BIN}/libcroco-0.6-[0-9]*.dll
${MINGW_BIN}/libcurl-[0-9]*.dll
+ ${MINGW_BIN}/libdatrie-[0-9]*.dll
${MINGW_BIN}/libenchant-[0-9]*.dll
${MINGW_BIN}/libepoxy-[0-9]*.dll
${MINGW_BIN}/libexpat-[0-9]*.dll
@@ -101,6 +102,7 @@ if(WIN32)
${MINGW_BIN}/libsqlite3-[0-9]*.dll
${MINGW_BIN}/libstdc++-[0-9]*.dll
${MINGW_BIN}/libtermcap-[0-9]*.dll
+ ${MINGW_BIN}/libthai-[0-9]*.dll
${MINGW_BIN}/libtiff-[0-9]*.dll
${MINGW_BIN}/libunistring-[0-9]*.dll
${MINGW_BIN}/libvisio-0.[0-9]*.dll