mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "jasper",
|
|
"version": "4.0.0",
|
|
"port-version": 2,
|
|
"description": "Open source implementation of the JPEG-2000 Part-1 standard",
|
|
"homepage": "https://github.com/jasper-software/jasper",
|
|
"license": null,
|
|
"dependencies": [
|
|
"libjpeg-turbo",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "jasper",
|
|
"default-features": false,
|
|
"features": [
|
|
"opengl"
|
|
],
|
|
"platform": "!(windows & arm) & !uwp & !ios"
|
|
}
|
|
]
|
|
},
|
|
"opengl": {
|
|
"description": "Enable the use of the OpenGL/GLUT Library",
|
|
"dependencies": [
|
|
{
|
|
"name": "freeglut",
|
|
"platform": "!osx & !(windows & arm) & !uwp"
|
|
},
|
|
{
|
|
"name": "opengl",
|
|
"platform": "!(windows & arm) & !uwp"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|