vcpkg/ports/fltk/vcpkg.json
Kai Pastor 0219697aee
[fltk] Control dependencies (#28297)
* [fltk] Revise dependency control

* Default-enable opengl

* Update versions

* License and copyright stuff

* Minor changes

* Fix script and tool installation

* Update versions

* Remove icns from bin

* Avoid absolute path for Cocoa framework

* Overwrite versions

* Fontconfig not needed for osx
2022-12-19 11:51:41 -08:00

46 lines
971 B
JSON

{
"name": "fltk",
"version": "1.3.8",
"port-version": 3,
"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
},
{
"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"
]
}
}
}