mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:11:07 +08:00
c9ffc3027b
Co-authored-by: LilyWangLL <4945507022qq.com>
94 lines
1.7 KiB
JSON
94 lines
1.7 KiB
JSON
{
|
|
"name": "gtk",
|
|
"version": "4.16.3",
|
|
"description": "Portable library for creating graphical user interfaces.",
|
|
"homepage": "https://www.gtk.org/",
|
|
"license": "LGPL-2.0-only",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"atk",
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false,
|
|
"features": [
|
|
"gobject"
|
|
]
|
|
},
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false,
|
|
"features": [
|
|
"x11"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
"gdk-pixbuf",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"default-features": false,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
"graphene",
|
|
{
|
|
"name": "harfbuzz",
|
|
"features": [
|
|
"glib"
|
|
]
|
|
},
|
|
"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": "graphene",
|
|
"default-features": false,
|
|
"features": [
|
|
"introspection"
|
|
]
|
|
},
|
|
{
|
|
"name": "pango",
|
|
"default-features": false,
|
|
"features": [
|
|
"introspection"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|