vcpkg/ports/pkgconf/vcpkg.json
Alexander Neumann 3f3efccadd
[pkgconf] enable search for system libs on linux (#23010)
* pkgconf enable system lookup on linux

* verison stuff

* use ubuntu defaults.

* version stuff

* WIP get libpaths from CMake

* just get colmap trace for fun

* merge opensuse and ubuntu settings. should be good for most systems.

* revert colmap change

* version stuff

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-02-24 10:56:53 -08:00

15 lines
400 B
JSON

{
"name": "pkgconf",
"version": "1.8.0",
"port-version": 2,
"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",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}