summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-16 21:57:51 +0200
committerwm4 <wm4@nowhere>2014-08-16 21:57:51 +0200
commitf8f3a1b4a196cd893abb7e9042f6a5cbea00affa (patch)
treef390d5985c3b3cc01eec26145946d6abcfdd2ff8 /wscript
parentfe782a6e957c1f2d472a91eceef01ca5fd6f5cb7 (diff)
downloadmpv-f8f3a1b4a196cd893abb7e9042f6a5cbea00affa.tar.bz2
mpv-f8f3a1b4a196cd893abb7e9042f6a5cbea00affa.tar.xz
build: drop check for XF86keysym.h
This is always included in the Xorg development headers. Strictly speaking it's not necessarily available with other X implementations, but these are hopefully all dead.
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index 478a6cefe7..d13b0533bc 100644
--- a/wscript
+++ b/wscript
@@ -572,11 +572,6 @@ video_output_features = [
'deps': [ 'x11' ],
'func': check_pkg_config('xrandr'),
} , {
- 'name': '--xf86xk',
- 'desc': 'XF86keysym',
- 'deps': [ 'x11' ],
- 'func': check_cc(fragment=load_fragment('xf86xk.c'))
- } , {
'name': '--gl-cocoa',
'desc': 'OpenGL Cocoa Backend',
'deps': [ 'cocoa' ],