vcpkg/ports/sdl2-image/vcpkg.json
Pierre Wendling 5d1f188403
[sdl2-image] Fix dynamic linking (#28137)
* Force DEPS_SHARED to OFF.

* Bump port version.

* Update version history.
2022-12-06 15:19:01 -08:00

41 lines
950 B
JSON

{
"name": "sdl2-image",
"version": "2.6.2",
"port-version": 1,
"description": "SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV",
"homepage": "https://github.com/libsdl-org/SDL_image",
"license": "Zlib",
"dependencies": [
"libpng",
"sdl2",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"libjpeg-turbo": {
"description": "Support for JPEG image format",
"dependencies": [
"libjpeg-turbo"
]
},
"libwebp": {
"description": "Support for WEBP image format.",
"dependencies": [
"libwebp"
]
},
"tiff": {
"description": "Support for TIFF image format",
"dependencies": [
"tiff"
]
}
}
}