config: requires xext, kb and input extensions through xf86.h
authorGaetan Nadon <memsize@videotron.ca>
Wed, 9 Jun 2010 20:32:39 +0000 (16:32 -0400)
committerGaetan Nadon <memsize@videotron.ca>
Wed, 9 Jun 2010 20:32:39 +0000 (16:32 -0400)
commitaf91ec0384790896ccece958fbd6aeb192102691
tree75064841449630adc2d6c4b6c25f204a4d178516
parente0ae1a1068508dabe046c124c480591371573b31
config: requires xext, kb and input extensions through xf86.h

The xf86.h file includes headers from these protocols.
Will not compile if these extensions are not installed.
Because these extensions are always defined in the server, XORG_DRIVER_CHECK_EXT
should not be used.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
configure.ac