-
Notifications
You must be signed in to change notification settings - Fork 7
/
com.gog.i386-compat.Template.json
64 lines (64 loc) · 2 KB
/
com.gog.i386-compat.Template.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"app-id": "com.gog.GAMENAME",
"runtime": "org.freedesktop.Platform",
"runtime-version": "23.08",
"sdk": "org.freedesktop.Sdk",
"command": "starter",
"rename-desktop-file": "Template.desktop",
"rename-icon": "icon",
"rename-appdata-file": "template.appdata.xml",
"finish-args": [
"--socket=x11",
"--socket=wayland",
"--share=network",
"--share=ipc",
"--device=all",
"--socket=pulseaudio",
"--persist=.",
"--allow=multiarch",
"--env=SDL_DYNAMIC_API=/app/lib/i386-linux-gnu/libSDL2-2.0.so.0"
],
"add-extensions": {
"org.freedesktop.Platform.Compat.i386": {
"directory": "lib/i386-linux-gnu",
"version": "23.08"
},
"org.freedesktop.Platform.Compat.i386.Debug": {
"directory": "lib/debug/lib/i386-linux-gnu",
"version": "23.08",
"no-autodownload": true
},
"org.freedesktop.Platform.GL32": {
"directory": "lib/i386-linux-gnu/GL",
"version": "23.08",
"subdirectories": true,
"no-autodownload": true,
"autodelete": false,
"add-ld-path": "lib",
"merge-dirs": "vulkan/icd.d;glvnd/egl_vendor.d",
"download-if": "active-gl-driver",
"enable-if": "active-gl-driver"
}
},
"sdk-extensions": [
"org.freedesktop.Sdk.Compat.i386",
"org.freedesktop.Sdk.Extension.toolchain-i386"
],
"build-options": {
"prepend-pkg-config-path": "/app/lib32/pkgconfig:/usr/lib/i386-linux-gnu/pkgconfig",
"ldflags": "-L/app/lib32",
"append-path": "/usr/lib/sdk/toolchain-i386/bin",
"env": {
"CC": "i686-unknown-linux-gnu-gcc",
"CXX": "i686-unknown-linux-gnu-g++"
},
"libdir": "/app/lib32"
},
"cleanup": [
"/include"
],
"modules": [
"modules/i386-compat/i386-compat.json",
"shared-modules/glu/glu-9.json"
]
}