mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:09:07 +08:00
[baseline][kf5solid] Explicitly disable imobile backend (#28279)
This commit is contained in:
parent
180c6bc92f
commit
7962130140
@ -44,6 +44,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
vcpkg_cmake_configure(
|
||||
SOURCE_PATH "${SOURCE_PATH}"
|
||||
OPTIONS
|
||||
-DBUILD_DEVICE_BACKEND_imobile=OFF
|
||||
-DBUILD_TESTING=OFF
|
||||
-DKDE_INSTALL_QMLDIR=qml
|
||||
)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "kf5solid",
|
||||
"version": "5.98.0",
|
||||
"port-version": 1,
|
||||
"description": "Desktop hardware abstraction",
|
||||
"homepage": "https://api.kde.org/frameworks/solid/html/index.html",
|
||||
"dependencies": [
|
||||
|
@ -3398,7 +3398,7 @@
|
||||
},
|
||||
"kf5solid": {
|
||||
"baseline": "5.98.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"kf5sonnet": {
|
||||
"baseline": "5.98.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7b532dd98f6da51797e2f14681dfc859fb02d8de",
|
||||
"version": "5.98.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "908096648c32dd9d82a9d2be78b63355f8c9361f",
|
||||
"version": "5.98.0",
|
||||
|
Loading…
Reference in New Issue
Block a user