vcpkg/ports/shiftmedia-libgpg-error/TargetPlatformMinVersion.patch

13 lines
525 B
Diff
Raw Normal View History

[shiftmedia-libgcrypt] new port (Windows fork of Libgcrypt) (#26364) * [shiftmedia-libgcrypt] new port * [shiftmedia-libgcrypt] add license * [shiftmedia-libgcrypt] fix formatting * [shiftmedia-libgcrypt] add version * [shiftmedia-libgcrypt] update to 1.10.1, also support UWP * [shiftmedia-libgcrypt] update version * [ci.baseline.txt] restore gpg-error running on CI * [libgpg-error] add TargetPlatformMinVersion * [libgpg-error] update versions * [shiftmedia-libgcrypt] fix supported platform * [shiftmedia-libgcrypt] fix missing Version in .pc * [shiftmedia-libgcrypt] update version * [shiftmedia-libgcrypt] remove leftover warning * [shiftmedia-libgcrypt] update version * Update shiftmedia-libgcrypt.json * Update libgpg-error.json * [shiftmedia-libgcrypt] install includes instead of moving them around in buildtree * [shiftmedia-libgcrypt] update version * [shiftmedia-libgcrypt] wrap paths in quotes Co-authored-by: Billy O'Neal <bion@microsoft.com> * [shiftmedia-libgcrypt] support for Windows implies UWP Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com> * [shiftmedia-libgcrypt] update version * [shiftmedia-libgcrypt] use vcpkg_replace_string() instead of patches * [shiftmedia-libgcrypt] update version * [shiftmedia-libgcrypt] gpg-error already inupstream .pc as Requires.private * [shiftmedia-libgcrypt] -L${libdir} already in upstream .pc * [shiftmedia-libgcrypt] update version * [shiftmedia-libgcrypt] pass OutDir as property, no need to patch * [shiftmedia-libgcrypt] update version * [shiftmedia-libgcrypt] msbuild adds a subfolder to OutDir on UWP * [shiftmedia-libgcrypt] fix aclocal installation path * [shiftmedia-libgcrypt] update version Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Co-authored-by: Billy O'Neal <bion@microsoft.com> Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2022-08-19 08:17:11 +08:00
diff --git a/SMP/libgpg-error_winrt.vcxproj b/SMP/llibgpg-error_winrt.vcxproj
index e1acf679..f9c302be 100644
--- a/SMP/libgpg-error_winrt.vcxproj
+++ b/SMP/libgpg-error_winrt.vcxproj
@@ -3,6 +3,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{AA4A762D-A8D7-4F68-9B79-FBE63C6BE105}</ProjectGuid>
<RootNamespace>gpg-error</RootNamespace>
+ <TargetPlatformMinVersion>10.0.17200.0</TargetPlatformMinVersion>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="smp_winrt.props" />