mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-22 13:45:39 +00:00
Add support for inhibiting screen saver
This commit is contained in:
parent
420fa790f5
commit
34ea811be0
|
@ -15,7 +15,8 @@
|
|||
"--socket=x11",
|
||||
"--share=network",
|
||||
"--share=ipc",
|
||||
"--filesystem=xdg-run/app/com.discordapp.Discord:create"
|
||||
"--filesystem=xdg-run/app/com.discordapp.Discord:create",
|
||||
"--talk-name=org.freedesktop.ScreenSaver"
|
||||
],
|
||||
"modules": [
|
||||
{
|
||||
|
@ -39,6 +40,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "xdg-screensaver-shim",
|
||||
"buildsystem": "meson",
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "https://github.com/Unrud/xdg-screensaver-shim/archive/0.0.1.tar.gz",
|
||||
"sha256": "d010e9a882bb48db54fe283d5a56fbac45d445270089c66af0c56a2211e18578"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "dolphin-emu",
|
||||
"buildsystem": "cmake-ninja",
|
||||
|
|
Loading…
Reference in a new issue