From 72839887e0343f0a41d07347cd7c3a5372d93627 Mon Sep 17 00:00:00 2001 From: mac-l1 Date: Sat, 4 Mar 2017 09:31:57 +0000 Subject: [cmake/windowing] fix dependencies X11/XRandR/OpenGLES --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 664f6bca76..5912e07610 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -210,6 +210,7 @@ if(NOT WIN32) core_optional_dep(LibDRM ENABLE_MIR) else() core_optional_dep(X ENABLE_X11) + core_optional_dep(XRandR ENABLE_X11) core_optional_dep(LibDRM ENABLE_X11) endif() endif() -- cgit v1.2.3