summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 13b0e31e51..47cda430d4 100644
--- a/wscript
+++ b/wscript
@@ -569,7 +569,7 @@ video_output_features = [
'name': '--xrandr',
'desc': 'Xrandr',
'deps': [ 'x11' ],
- 'func': check_pkg_config('xrandr'),
+ 'func': check_pkg_config('xrandr', '>= 1.2.0'),
} , {
'name': '--gl-cocoa',
'desc': 'OpenGL Cocoa Backend',