diff options
author | Niklas Higi <niklas@shroudedcode.com> | 2020-04-02 23:46:34 +0200 |
---|---|---|
committer | Niklas Higi <niklas@shroudedcode.com> | 2021-06-20 21:57:33 +0200 |
commit | 0c83a23ab51126eb3bbec40d58c7a29a1454ede6 (patch) | |
tree | a64bcb98500d765aea169b7c113da9b63a5693b9 /platform/linuxbsd/SCsub | |
parent | 953de68cfc3e157ce7136081140317a2c946fa97 (diff) |
Add "Keep screen on" feature to `DisplayServerX11`
Diffstat (limited to 'platform/linuxbsd/SCsub')
-rw-r--r-- | platform/linuxbsd/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linuxbsd/SCsub b/platform/linuxbsd/SCsub index 1751d56e71..8aebd57fd2 100644 --- a/platform/linuxbsd/SCsub +++ b/platform/linuxbsd/SCsub @@ -9,6 +9,7 @@ common_linuxbsd = [ "crash_handler_linuxbsd.cpp", "os_linuxbsd.cpp", "joypad_linux.cpp", + "freedesktop_screensaver.cpp", ] if "x11" in env and env["x11"]: |