forked from endless-sky/endless-sky
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
68 lines (68 loc) · 1.06 KB
/
vcpkg.json
File metadata and controls
68 lines (68 loc) · 1.06 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"dependencies": [
{
"name": "openal-soft",
"platform": "osx"
}
],
"overrides": [
{
"name": "openal-soft",
"version": "1.23.1#2"
}
],
"features": {
"system-libs": {
"description": "System libraries required to build ES.",
"dependencies": [
{
"name": "glew",
"platform": "!osx"
},
"libavif",
"libpng",
"libjpeg-turbo",
{
"name": "libjpeg-turbo",
"features": [
"jpeg8"
],
"platform": "osx"
},
"libmad",
{
"name": "libuuid",
"platform": "linux"
},
"libflac",
"minizip",
"openal-soft",
{
"name": "openal-soft",
"features": [
"pipewire"
],
"platform": "linux"
},
"sdl2",
"pkgconf"
]
},
"steam-libs": {
"description": "System libraries not provided in the Steam Sniper Runtime.",
"dependencies": [
"libavif",
"libmad",
"catch2",
"libflac",
"minizip"
]
},
"test-libs": {
"description": "Dependencies used for unit testing.",
"dependencies": [
"catch2"
]
}
}
}