diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-05-19 13:42:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-19 13:42:32 -0700 |
| commit | 74f3d73aba5e0ebb99ce23d686213f2927bdd8c9 (patch) | |
| tree | 3e07f84055503c9a5e0b937781b4aa61487d7cf2 | |
| parent | 67f7dad3366773971623344a6c15d9a10f006c65 (diff) | |
| parent | 21c5c67fd6ec6f1d516a3e0383df9c2087b441b9 (diff) | |
| download | vcpkg-74f3d73aba5e0ebb99ce23d686213f2927bdd8c9.tar.gz vcpkg-74f3d73aba5e0ebb99ce23d686213f2927bdd8c9.zip | |
Merge pull request #1119 from AlexanderTaeschner/master
[libgd] Enable fontconfig support
| -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} ) |
