vcpkg/ports/fltk/vcpkg.json
Lily Wang fb544875b9
[fltk] Fix fluid are added twice when CMAKE_CROSSCOMPILING is true (#36442)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-08-22 02:57:15 -07:00

47 lines
1004 B
JSON

{
"name": "fltk",
"version": "1.3.9",
"port-version": 1,
"description": "FLTK (pronounced fulltick) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation.",
"homepage": "https://www.fltk.org/",
"license": null,
"supports": "!uwp",
"dependencies": [
{
"name": "fltk",
"host": true,
"default-features": false
},
{
"name": "fontconfig",
"platform": "!osx"
},
{
"name": "freetype",
"default-features": false
},
"libjpeg-turbo",
"libpng",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"default-features": [
"opengl"
],
"features": {
"opengl": {
"description": "OpenGL support",
"dependencies": [
"opengl"
]
}
}
}