diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-04-01 21:40:29 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-04-02 20:10:02 +0000 |
| commit | 5322129ef2ef27453f7b154ee96bc75fa8f4542c (patch) | |
| tree | 49a3c1196d4a3d34d79561d69ea5a1c31b3c9148 | |
| parent | Replace IS_NAN with std::isnan (exists since C++11) (diff) | |
| download | inkscape-5322129ef2ef27453f7b154ee96bc75fa8f4542c.tar.gz inkscape-5322129ef2ef27453f7b154ee96bc75fa8f4542c.zip | |
Update packaging for double-conversion
| -rw-r--r-- | CMakeScripts/InstallMSYS2.cmake | 1 | ||||
| -rw-r--r-- | buildtools/msys2installdeps.sh | 1 | ||||
| -rw-r--r-- | snap/snapcraft.yaml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake index e1af1db70..4c5e38731 100644 --- a/CMakeScripts/InstallMSYS2.cmake +++ b/CMakeScripts/InstallMSYS2.cmake @@ -33,6 +33,7 @@ if(WIN32) ${MINGW_BIN}/libcrypto-1_[0-9]*.dll
${MINGW_BIN}/libcurl-[0-9]*.dll
${MINGW_BIN}/libdatrie-[0-9]*.dll
+ ${MINGW_BIN}/libdouble-conversion.dll
${MINGW_BIN}/libenchant-[0-9]*.dll
${MINGW_BIN}/libepoxy-[0-9]*.dll
${MINGW_BIN}/libexpat-[0-9]*.dll
diff --git a/buildtools/msys2installdeps.sh b/buildtools/msys2installdeps.sh index cb49c54b3..e80828149 100644 --- a/buildtools/msys2installdeps.sh +++ b/buildtools/msys2installdeps.sh @@ -42,6 +42,7 @@ $ARCH-ninja # install Inkscape dependencies (required) eval pacman -S $PACMAN_OPTIONS \ +$ARCH-double-conversion \ $ARCH-gc \ $ARCH-gsl \ $ARCH-libxslt \ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 61af7d50f..70038c998 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -42,6 +42,7 @@ parts: - libaspell-dev - libboost-dev - libcdr-dev + - libdouble-conversion-dev - libgc-dev - libgdl-3-dev - libglib2.0-dev |
