Skip to content

Commit

Permalink
[vcpkg baseline][marble] Disable dependency KF5 (#17492)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBoosY authored Apr 28, 2021
1 parent 4330ee1 commit ee8c444
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ports/marble/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DCMAKE_DISABLE_FIND_PACKAGE_I18n=ON
-DCMAKE_DISABLE_FIND_PACKAGE_I18n=ON
-DWITH_KF5=OFF
)

vcpkg_install_cmake()
Expand Down
2 changes: 1 addition & 1 deletion ports/marble/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marble",
"version-string": "19.08.2",
"port-version": 1,
"port-version": 2,
"description": "Marble KDE library",
"homepage": "https://marble.kde.org",
"supports": "windows & x64 & !static",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3826,7 +3826,7 @@
},
"marble": {
"baseline": "19.08.2",
"port-version": 1
"port-version": 2
},
"marl": {
"baseline": "2020-10-10",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/marble.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "882d37f618c122d3484dcb02cb4f35ead8580768",
"version-string": "19.08.2",
"port-version": 2
},
{
"git-tree": "753693b3e64d7baedd61a8f57b62e467267bc741",
"version-string": "19.08.2",
Expand Down

0 comments on commit ee8c444

Please sign in to comment.