summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac725a079..569129be7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -546,7 +546,7 @@ endif( NOT FONTCONFIG_FOUND )
##### check for Xrandr ##########################
-pkg_search_module( XRANDR xrandr )
+pkg_search_module( XRANDR xrandr>=1.2 )
if( XRANDR_FOUND )
set( XRANDR_SUPPORT 1 )
endif( XRANDR_FOUND )