mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-10 07:12:54 +02:00
CMake: Fix DolphinNoGUI build
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
if(NOT(USE_X11 OR ENABLE_HEADLESS))
|
if(NOT((ENABLE_X11 AND X11_FOUND) OR ENABLE_HEADLESS))
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user