config: requires RANDR through xf86.h
authorGaetan Nadon <memsize@videotron.ca>
Wed, 9 Jun 2010 20:34:03 +0000 (16:34 -0400)
committerGaetan Nadon <memsize@videotron.ca>
Wed, 9 Jun 2010 20:34:03 +0000 (16:34 -0400)
commit96a383c95f8d97b966249eccb31734375df2c295
tree6d39eb520567a4cea306f67e96baa43a582b2545
parentaf91ec0384790896ccece958fbd6aeb192102691
config: requires RANDR through xf86.h

The xf86.h file contains external declarations specific to RANDR
Will not compile if this extension is not installed.
Because this is an optional extension, XORG_DRIVER_CHECK_EXT
must be used.

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