X11: Add support for org.freedesktop.ScreenSaver

Related to #854.
This commit is contained in:
Camilla Löwy
2018-02-19 19:02:36 +01:00
parent f4cd470bcb
commit 35682ec3fa
7 changed files with 168 additions and 4 deletions
+5
View File
@@ -215,6 +215,11 @@ if (UNIX AND NOT APPLE)
list(APPEND glfw_LIBRARIES "${CMAKE_DL_LIBS}")
list(APPEND glfw_PKG_LIBS "-l${CMAKE_DL_LIBS}")
endif()
find_package(DBus)
if (DBUS_FOUND)
list(APPEND glfw_INCLUDE_DIRS ${DBUS_INCLUDE_DIRS})
endif()
endif()
#--------------------------------------------------------------------