Skip to content

Commit

Permalink
[qca] making softstore plugin a feature (microsoft#43182)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Feb 13, 2025
1 parent 06b889a commit 24ea75e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
7 changes: 6 additions & 1 deletion ports/qca/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,18 @@ vcpkg_execute_required_process(
)
message(STATUS "Importing certstore done")

set(PLUGINS gnupg logger softstore wincrypto)
set(PLUGINS gnupg logger wincrypto)
if("botan" IN_LIST FEATURES)
list(APPEND PLUGINS botan)
endif()
if ("ossl" IN_LIST FEATURES)
list(APPEND PLUGINS ossl)
endif()
if (VCPKG_TARGET_IS_OSX AND VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic")
message(STATUS "Building with an osx-dynamic triplet: 'softstore' disabled.")
else()
list(APPEND PLUGINS softstore)
endif()

# Configure and build
vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/qca/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qca",
"version": "2.3.7",
"port-version": 2,
"port-version": 3,
"description": "Qt Cryptographic Architecture (QCA).",
"homepage": "https://userbase.kde.org/QCA",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7374,7 +7374,7 @@
},
"qca": {
"baseline": "2.3.7",
"port-version": 2
"port-version": 3
},
"qcoro": {
"baseline": "0.11.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qca.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ea6eaf031e8b46b5ef65ea43cc0a72115d1962c1",
"version": "2.3.7",
"port-version": 3
},
{
"git-tree": "ed1a64051112c5fb71752955396dbe9a74a97cb7",
"version": "2.3.7",
Expand Down

0 comments on commit 24ea75e

Please sign in to comment.