1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(cmake): libXss comes with pkg-config files, use them

This commit is contained in:
sudden6 2017-09-25 11:31:38 +02:00
parent f790747f2a
commit 005f52f82a
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -122,8 +122,8 @@ search_dependency(OPENAL PACKAGE openal)
if (PLATFORM_EXTENSIONS AND UNIX AND NOT APPLE)
# Automatic auto-away support. (X11 also using for capslock detection)
search_dependency(X11 PACKAGE x11 OPTIONAL)
search_dependency(XSS LIBRARY Xss OPTIONAL)
search_dependency(X11 PACKAGE x11 OPTIONAL)
search_dependency(XSS PACKAGE xscrnsaver OPTIONAL)
endif()
if(APPLE)