mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 21:19:00 +08:00
3f56cc65d8
* Make gtk4.4 build. * Update baseline for gtk * Fix vcpkg version. * Fix vcpkg version. * [gtk] Fix macos build. * [gtk] Fix linux build. * [gtk] Add patches. * [gtk] Bump versions - again * Fix macos patch. * Bump versions. * Install xdamage. * Bump versions. * Add merged patch from upstream. * [gtk] Bump version. * Delete duplicate install of libxdamage-dev * Add comment about change being merged upstream. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
36 lines
602 B
JSON
36 lines
602 B
JSON
{
|
|
"name": "gtk",
|
|
"version": "4.4.0",
|
|
"description": "Portable library for creating graphical user interfaces.",
|
|
"homepage": "https://www.gtk.org/",
|
|
"dependencies": [
|
|
"atk",
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false,
|
|
"features": [
|
|
"gobject"
|
|
]
|
|
},
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false,
|
|
"features": [
|
|
"x11"
|
|
],
|
|
"platform": "linux"
|
|
},
|
|
"gdk-pixbuf",
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
"graphene",
|
|
"libepoxy",
|
|
"pango",
|
|
"sassc"
|
|
]
|
|
}
|