diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-05-24 19:10:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 11:10:06 -0700 |
| commit | e937cb41eaf70ebf7c8d426f2d246527badc58a1 (patch) | |
| tree | b4d3357d9c6f4d6d8dadd68d7c48909d42346b12 /ports | |
| parent | a3db16a4475b963cacf0260068c497fb72c8f3c0 (diff) | |
| download | vcpkg-e937cb41eaf70ebf7c8d426f2d246527badc58a1.tar.gz vcpkg-e937cb41eaf70ebf7c8d426f2d246527badc58a1.zip | |
[openh264] fixup the installed pkgconfig files (#18077)
* [openh264] fix pkgconfig files
* [openh264] x-add-version
* [openh264] x-add version (again)
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/openh264/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/openh264/vcpkg.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/openh264/portfile.cmake b/ports/openh264/portfile.cmake index e9d9808f5..903bb5939 100644 --- a/ports/openh264/portfile.cmake +++ b/ports/openh264/portfile.cmake @@ -26,6 +26,7 @@ vcpkg_configure_meson( vcpkg_install_meson() vcpkg_copy_pdbs() +vcpkg_fixup_pkgconfig() if(VCPKG_LIBRARY_LINKAGE STREQUAL "static") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin") diff --git a/ports/openh264/vcpkg.json b/ports/openh264/vcpkg.json index 7d60b7691..f05ee0978 100644 --- a/ports/openh264/vcpkg.json +++ b/ports/openh264/vcpkg.json @@ -1,7 +1,7 @@ { "name": "openh264", "version-date": "2021-03-16", - "port-version": 1, + "port-version": 2, "description": "OpenH264 is a codec library which supports H.264 encoding and decoding. It is suitable for use in real time applications such as WebRTC.", "homepage": "https://www.openh264.org/", "supports": "!uwp", |
