mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:59:02 +08:00
fc7dd25b12
* [many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated * update version database
37 lines
716 B
JSON
37 lines
716 B
JSON
{
|
|
"name": "graphene",
|
|
"version": "1.10.8",
|
|
"port-version": 2,
|
|
"description": "A thin layer of types for graphic libraries.",
|
|
"homepage": "https://www.gtk.org/",
|
|
"license": "MIT",
|
|
"supports": "!(arm & windows)",
|
|
"dependencies": [
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"introspection": {
|
|
"description": "build with introspection",
|
|
"dependencies": [
|
|
{
|
|
"name": "gobject-introspection",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "gobject-introspection",
|
|
"platform": "windows & x86"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|