diff options
author | Daniel Martin <consume.noise@gmail.com> | 2014-07-29 22:48:44 +0200 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2014-08-06 13:32:50 +0200 |
commit | 966fba6ba4838949d0727dfa45eeb9392d1f85d9 (patch) | |
tree | 533a2007ef613924808bc8238ff2a0e1d1835605 /configure.ac | |
parent | a5e90ae6a1543a681d95b831dc5c44e9c6e78610 (diff) |
Disable Xevie and Xprint by default
Both extensions have been dropped from the X-Server in 2008:
http://cgit.freedesktop.org/xorg/xserver/commit/?id=1c8bd31
http://cgit.freedesktop.org/xorg/xserver/commit/?id=f4036f6
Don't build them by default.
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d37a536..6e7e9c3 100644 --- a/configure.ac +++ b/configure.ac @@ -221,13 +221,13 @@ XCB_EXTENSION(Screensaver, yes) XCB_EXTENSION(Shape, yes) XCB_EXTENSION(Shm, yes) XCB_EXTENSION(Sync, yes) -XCB_EXTENSION(Xevie, yes) +XCB_EXTENSION(Xevie, no) XCB_EXTENSION(XFixes, yes) XCB_EXTENSION(XFree86-DRI, yes) XCB_EXTENSION(Xinerama, yes) XCB_EXTENSION(XInput, no) XCB_EXTENSION(XKB, yes) -XCB_EXTENSION(Xprint, yes) +XCB_EXTENSION(Xprint, no) XCB_EXTENSION(SELinux, no) XCB_EXTENSION(XTest, yes) XCB_EXTENSION(Xv, yes) |