Linux: implement DBus screensaver inhibitor

This commit is contained in:
CharlesThobe
2023-05-01 15:17:08 +03:00
parent b65f189601
commit 53de37eaa8
4 changed files with 84 additions and 4 deletions

View File

@ -53,6 +53,7 @@ if((LINUX OR FREEBSD) AND NOT ANDROID)
option(USE_DRMKMS "Support DRM/KMS OpenGL contexts" OFF)
option(USE_FBDEV "Support FBDev OpenGL contexts" OFF)
option(USE_EVDEV "Support EVDev controller interface" OFF)
option(USE_DBUS "Enable DBus support for screensaver inhibiting" ON)
endif()
# Force EGL when using Wayland