mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:59:01 +08:00
c50743e812
* [gtk] Fix package failure for cross-compiling. * update port version database Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
53 lines
896 B
JSON
53 lines
896 B
JSON
{
|
|
"name": "gtk",
|
|
"version": "4.6.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|