vcpkg/ports/cairomm/vcpkg.json
Alonso Schaich b6cd8828e6
[cairomm] update to 1.16.2 (microsoft#27374) (#27376)
* [cairomm] update to 1.16.2 (microsoft#27374)

* [cairomm] update to 1.16.2 (microsoft#27374)

* Use VERSION defined by vcpkg, fix VCPKG_LIBRARY_LINKAGE typo, modernize release-only build handling.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-10-28 21:34:31 -07:00

16 lines
309 B
JSON

{
"name": "cairomm",
"version": "1.16.2",
"description": "A C++ wrapper for the cairo graphics library",
"homepage": "https://www.cairographics.org",
"license": "LGPL-2.0-only",
"dependencies": [
"cairo",
"libsigcpp",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}