Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/libgd/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: libgd
Version: 2.2.5-1
Version: 2.2.5-2
Description: Open source code library for the dynamic creation of images by programmers.
Default-Features: fontconfig, freetype, jpeg, png, tiff, webp

Expand Down
1 change: 1 addition & 0 deletions ports/libgd/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ vcpkg_configure_cmake(
-DENABLE_FREETYPE=${ENABLE_FREETYPE}
-DENABLE_WEBP=${ENABLE_WEBP}
-DENABLE_FONTCONFIG=${ENABLE_FONTCONFIG}
-DBUILD_STATIC_LIBS=${LIBGD_STATIC_LIBS}
)

vcpkg_build_cmake()
Expand Down