Otherwise, as we link them anyways, it will fail on non X11 Linux.
@@ -3,6 +3,9 @@ if(X11_FOUND AND X11_Xrandr_FOUND)
include_directories(X11_X11_INCLUDE_PATH X11_Xrandr_INCLUDE_PATH)
set(X11XRANDR_FOUND 1)
add_definitions(-DUSE_X11XRANDR)
+else()
+ set(X11_LIBRARIES "")
+ set(X11_Xrandr_LIB "")
endif()
if (NOT BUILD_TARGET STREQUAL "RPI")