mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
CMake: Fix DolphinNoGUI build
This commit is contained in:
parent
c4d1e4adff
commit
1e8cdc02d1
@ -1,4 +1,4 @@
|
||||
if(NOT(USE_X11 OR ENABLE_HEADLESS))
|
||||
if(NOT((ENABLE_X11 AND X11_FOUND) OR ENABLE_HEADLESS))
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user