diff options
| author | Alexander Täschner <A.Taeschner@gsi.de> | 2017-05-19 10:05:32 +0200 |
|---|---|---|
| committer | Alexander Täschner <A.Taeschner@gsi.de> | 2017-05-19 10:06:48 +0200 |
| commit | 21c5c67fd6ec6f1d516a3e0383df9c2087b441b9 (patch) | |
| tree | 3e07f84055503c9a5e0b937781b4aa61487d7cf2 | |
| parent | 67f7dad3366773971623344a6c15d9a10f006c65 (diff) | |
| download | vcpkg-21c5c67fd6ec6f1d516a3e0383df9c2087b441b9.tar.gz vcpkg-21c5c67fd6ec6f1d516a3e0383df9c2087b441b9.zip | |
[libgd] Enable fontconfig support. Correct spelling of WEBP enable option.
| -rw-r--r-- | ports/libgd/CONTROL | 4 | ||||
| -rw-r--r-- | ports/libgd/portfile.cmake | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/libgd/CONTROL b/ports/libgd/CONTROL index 8fd9fc05f..4d9d5bd24 100644 --- a/ports/libgd/CONTROL +++ b/ports/libgd/CONTROL @@ -1,4 +1,4 @@ Source: libgd -Version: 2.2.4-1 +Version: 2.2.4-2 Description: Open source code library for the dynamic creation of images by programmers. -Build-Depends: freetype, libjpeg-turbo, libpng, libwebp, tiff +Build-Depends: freetype, libjpeg-turbo, libpng, libwebp, tiff, fontconfig diff --git a/ports/libgd/portfile.cmake b/ports/libgd/portfile.cmake index db0c4cdd5..61445641e 100644 --- a/ports/libgd/portfile.cmake +++ b/ports/libgd/portfile.cmake @@ -37,7 +37,8 @@ vcpkg_configure_cmake( -DENABLE_JPEG=ON -DENABLE_TIFF=ON -DENABLE_FREETYPE=ON - -DEENABLE_WEBP=ON + -DENABLE_WEBP=ON + -DENABLE_FONTCONFIG=ON -DBUILD_SHARED_LIBS=${LIBGD_SHARED_LIBS} -DBUILD_STATIC_LIBS=${LIBGD_STATIC_LIBS} ) |
