From 21c5c67fd6ec6f1d516a3e0383df9c2087b441b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20T=C3=A4schner?= Date: Fri, 19 May 2017 10:05:32 +0200 Subject: [libgd] Enable fontconfig support. Correct spelling of WEBP enable option. --- ports/libgd/CONTROL | 4 ++-- 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} ) -- cgit v1.2.3