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:
parent
f790747f2a
commit
005f52f82a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user