Make XF86VIDMODE extension optional
authorJon TURNEY <jon.turney@dronecode.org.uk>
Wed, 21 Apr 2010 11:58:54 +0000 (12:58 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 7 Sep 2010 17:30:19 +0000 (13:30 -0400)
commit2b9dac397bd97909876bbda8532e2cbce9d8a77f
tree78fcfd55f065c00752eea74aafbf848cfcf2e130
parentdd2658d0ac50665c96ba91e1428afb4651202af3
Make XF86VIDMODE extension optional

Code in glx/glxcmds.c which uses the XF86VIDMODE extension is already guarded.  Also use
that guard to control inclusion of the xf86vmode.h header, and only enable that guard if the
XF86VIDMODE extension is found by pkgconfig.

This changes the behaviour on platforms which XF86VIDMODE exists, in that XF86VIDMODE used to
be mandatory, but is now optional.

Presumably other build systems are already arranging for -DXF86VIDMODE to be supplied to the
complier when glxcmds.c is compiled, so are not affected by this change

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
configs/autoconf.in
configure.ac
src/glx/Makefile
src/glx/glxcmds.c