Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion linux/net.hhoney.rota.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@ sdk: org.freedesktop.Sdk
command: godot-runner
finish-args:
- --share=ipc
- --socket=x11
- --socket=pulseaudio

# Wayland support not added until Godot Engine 4.3
- --socket=x11

# Currently necessary for controller support
- --device=all

# Necessary to inhibit idle (screensaver/suspend) when using a controller
- --talk-name=org.freedesktop.ScreenSaver

modules:
- name: rota
buildsystem: simple
Expand Down