configure.ac: GLX cannot work without OpenGL
authorMichel Dänzer <michel.daenzer@amd.com>
Thu, 31 Jan 2013 10:47:55 +0000 (11:47 +0100)
committerMichel Dänzer <michel@daenzer.net>
Fri, 1 Feb 2013 10:42:09 +0000 (11:42 +0100)
commit3b888f534cd42065b01ede8b9c646a2be0015509
tree85282a3f6778a75b9832da934b61bb743e78502a
parent9824755daef3beed6b6d5b5d248db9ecf04e2900
configure.ac: GLX cannot work without OpenGL

GLX uses mapi/glapi/libglapi.la, which is only built for OpenGL.

If the user specified --enable-xlib-glx --disable-opengl, error out, as these
cannot be both observed at the same time. If the user just specified
--disable-opengl but not --disable-glx, print a warning and disable GLX as
well.

NOTE: This is a candidate for the stable branches.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59364

Tested-by: Tom Stellard <thomas.stellard@amd.com>
configure.ac