forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
44 lines (44 loc) · 910 Bytes
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "kf5solid",
"version": "5.98.0",
"port-version": 1,
"description": "Desktop hardware abstraction",
"homepage": "https://api.kde.org/frameworks/solid/html/index.html",
"dependencies": [
"ecm",
"qt5-base",
"qt5-tools",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"default-features": [
"platform-default-features"
],
"features": {
"libmount": {
"description": "Used by the UDisks backend on Linux",
"supports": "linux",
"dependencies": [
"libmount"
]
},
"platform-default-features": {
"description": "Enable platform-dependent default features",
"dependencies": [
{
"name": "kf5solid",
"features": [
"libmount"
],
"platform": "linux"
}
]
}
}
}