vcpkg/ports/gl2ps/vcpkg.json
Kai Pastor 01ea5f6f16
[freeglut,gl2ps,glui,mdl-sdk] Platform support corrections (#35391)
* [freeglut] Fix android

* [glui] android unsupported, needs GL/gl.h

* [gl2ps] android unsupported, needs GL/gl.h

* [libraw] Skip arm-neon-android CI, needs ftello

* [mdl-sdk] Update 'supports'

* Update ci.baseline.txt

* [gl2ps] freeglut not needed

* [mdl-sdk] Fix static-md
2023-12-01 02:13:18 -08:00

18 lines
330 B
JSON

{
"name": "gl2ps",
"version": "1.4.2",
"port-version": 4,
"description": "OpenGL to PostScript Printing Library",
"homepage": "https://gitlab.onelab.info/gl2ps/gl2ps",
"supports": "!android",
"dependencies": [
"libpng",
"opengl",
{
"name": "vcpkg-cmake",
"host": true
},
"zlib"
]
}