mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:19:00 +08:00
a4368eabea
* [vcpkg/script/meson] add option NO_PKG_CONFIG to skip pkg-config setup * [vcpkg/script/pkgconfig] move vcpkg_find_acquire_program(PKGCONFIG) into the check section where it is used * [pkgconf] Update to 1.8.0 * version stuff * remove unused patch. * (CR) quote string * version update.
8 lines
289 B
JSON
8 lines
289 B
JSON
{
|
|
"name": "pkgconf",
|
|
"version": "1.8.0",
|
|
"description": "pkgconf is a program which helps to configure compiler and linker flags for development libraries. It is similar to pkg-config from freedesktop.org.",
|
|
"homepage": "https://github.com/pkgconf/pkgconf",
|
|
"supports": "!uwp"
|
|
}
|