mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
fc7dd25b12
* [many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated * update version database
96 lines
1.8 KiB
JSON
96 lines
1.8 KiB
JSON
{
|
|
"name": "gtk",
|
|
"version": "4.6.8",
|
|
"port-version": 2,
|
|
"description": "Portable library for creating graphical user interfaces.",
|
|
"homepage": "https://www.gtk.org/",
|
|
"license": "LGPL-2.0-only",
|
|
"dependencies": [
|
|
"atk",
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false,
|
|
"features": [
|
|
"gobject"
|
|
]
|
|
},
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false,
|
|
"features": [
|
|
"x11"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
"gdk-pixbuf",
|
|
"gettext",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"default-features": false,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
"graphene",
|
|
"libepoxy",
|
|
"pango",
|
|
{
|
|
"name": "sassc",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"introspection": {
|
|
"description": "build with introspection",
|
|
"dependencies": [
|
|
{
|
|
"name": "atk",
|
|
"default-features": false,
|
|
"features": [
|
|
"introspection"
|
|
]
|
|
},
|
|
{
|
|
"name": "gdk-pixbuf",
|
|
"default-features": false,
|
|
"features": [
|
|
"introspection"
|
|
]
|
|
},
|
|
{
|
|
"name": "gobject-introspection",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "gobject-introspection",
|
|
"platform": "windows & x86"
|
|
},
|
|
{
|
|
"name": "graphene",
|
|
"default-features": false,
|
|
"features": [
|
|
"introspection"
|
|
]
|
|
},
|
|
{
|
|
"name": "pango",
|
|
"default-features": false,
|
|
"features": [
|
|
"introspection"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|