mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2025-03-05 20:18:04 +00:00
manifest: fix build
This commit is contained in:
parent
55fa38d117
commit
79131ade34
@ -8,12 +8,6 @@
|
|||||||
"command": "yuzu",
|
"command": "yuzu",
|
||||||
"rename-desktop-file": "yuzu.desktop",
|
"rename-desktop-file": "yuzu.desktop",
|
||||||
"rename-icon": "yuzu",
|
"rename-icon": "yuzu",
|
||||||
"build-options": {
|
|
||||||
"env": {
|
|
||||||
"TITLEBARFORMATIDLE": "yuzu {}",
|
|
||||||
"TITLEBARFORMATRUNNING": "yuzu {} | {}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
"--device=all",
|
"--device=all",
|
||||||
"--socket=fallback-x11",
|
"--socket=fallback-x11",
|
||||||
@ -192,6 +186,13 @@
|
|||||||
"-DBUILD_TAG=mainline-648",
|
"-DBUILD_TAG=mainline-648",
|
||||||
"-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline"
|
"-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline"
|
||||||
],
|
],
|
||||||
|
"build-options": {
|
||||||
|
"env": {
|
||||||
|
"TITLEBARFORMATIDLE": "yuzu {}",
|
||||||
|
"TITLEBARFORMATRUNNING": "yuzu {} | {}",
|
||||||
|
"LDFLAGS": "-L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed"
|
||||||
|
}
|
||||||
|
},
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
"/share/man",
|
"/share/man",
|
||||||
"/share/pixmaps"
|
"/share/pixmaps"
|
||||||
@ -222,10 +223,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "compatibility_list.json",
|
"path": "compatibility_list.json"
|
||||||
"dest-filename": "dist/compatibility_list/compatibility_list.json"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user