vcpkg/ports/graphene/vcpkg.json
Alexander Neumann 493fa22207
[graphene] fix clang-cl build (#26183)
* graphene fix build with clang-cl

* v db
2022-08-05 23:48:52 -07:00

21 lines
377 B
JSON

{
"name": "graphene",
"version": "1.10.2",
"port-version": 3,
"description": "A thin layer of types for graphic libraries.",
"homepage": "https://www.gtk.org/",
"supports": "!(arm & windows)",
"dependencies": [
"gettext",
"glib",
{
"name": "glib",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}