diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-06-12 00:51:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-11 09:51:15 -0700 |
| commit | dc94103b4ab8c073d3ea0b694ae900b660f0c953 (patch) | |
| tree | d6fc4715613ddf8132c359e8e38d9d93cd843bfd /ports | |
| parent | b5f8ec7c0400abe98696464e5c3b783e500f5b4b (diff) | |
| download | vcpkg-dc94103b4ab8c073d3ea0b694ae900b660f0c953.tar.gz vcpkg-dc94103b4ab8c073d3ea0b694ae900b660f0c953.zip | |
[kf5config] Add DISABLE_PARALLEL_CONFIGURE (#18345)
* [kf5config] Add DISABLE_PARALLEL_CONFIGURE
* Update version files
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/kf5config/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/kf5config/vcpkg.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ports/kf5config/portfile.cmake b/ports/kf5config/portfile.cmake index dba961502..0d6853b85 100644 --- a/ports/kf5config/portfile.cmake +++ b/ports/kf5config/portfile.cmake @@ -9,6 +9,7 @@ vcpkg_from_github( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_HTML_DOCS=OFF
-DBUILD_MAN_DOCS=OFF
diff --git a/ports/kf5config/vcpkg.json b/ports/kf5config/vcpkg.json index b9efc0934..734d45aba 100644 --- a/ports/kf5config/vcpkg.json +++ b/ports/kf5config/vcpkg.json @@ -1,6 +1,7 @@ { "name": "kf5config", "version": "5.81.0", + "port-version": 1, "description": "Configuration system", "homepage": "https://api.kde.org/frameworks/kconfig/html/index.html", "dependencies": [ |
