mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 12:47:44 +00:00
Only link to X11 when building with Watchdog support
This commit is contained in:
parent
36e1aab0a1
commit
d588bfcb6c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ if(ENABLE_WATCHDOG)
|
||||||
src/gameparser.cpp)
|
src/gameparser.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(UNIX AND NOT APPLE)
|
if(ENABLE_WATCHDOG)
|
||||||
set(LIBRARIES ${LIBRARIES}
|
set(LIBRARIES ${LIBRARIES}
|
||||||
X11
|
X11
|
||||||
Xcomposite
|
Xcomposite
|
||||||
|
|
Loading…
Add table
Reference in a new issue