diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-12-31 14:41:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 22:41:54 -0800 |
| commit | e9e1e0898afe3232ff2793cfa2bc9e327ead9dea (patch) | |
| tree | b013209c49b6e924d293ab01c85b32f36ff90dfa | |
| parent | 200848ed9e449521d35c4311bf1c64829f3324fd (diff) | |
| download | vcpkg-e9e1e0898afe3232ff2793cfa2bc9e327ead9dea.tar.gz vcpkg-e9e1e0898afe3232ff2793cfa2bc9e327ead9dea.zip | |
[exiv2] Add pkgconfig to fix the path (#15389)
| -rw-r--r-- | ports/exiv2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/exiv2/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/exiv2/CONTROL b/ports/exiv2/CONTROL index c9f5ecca4..17141299b 100644 --- a/ports/exiv2/CONTROL +++ b/ports/exiv2/CONTROL @@ -1,6 +1,6 @@ Source: exiv2 Version: 0.27.3 -Port-Version: 3 +Port-Version: 4 Build-Depends: zlib, libiconv, gettext Description: Image metadata library and tools Homepage: https://www.exiv2.org diff --git a/ports/exiv2/portfile.cmake b/ports/exiv2/portfile.cmake index 262be9d35..01fa8c6ae 100644 --- a/ports/exiv2/portfile.cmake +++ b/ports/exiv2/portfile.cmake @@ -31,6 +31,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/exiv2) +vcpkg_fixup_pkgconfig() configure_file( ${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake |
