mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-02-16 16:15:37 +00:00
Merge pull request #62 from Unrud/patch-1
Add support for inhibiting screen saver
This commit is contained in:
commit
3aa1ed0b96
|
@ -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