OSDN Git Service

autoconf: fix --disable-glx
authorChia-I Wu <olv@lunarg.com>
Mon, 27 Jun 2011 00:19:02 +0000 (09:19 +0900)
committerChia-I Wu <olv@lunarg.com>
Fri, 1 Jul 2011 08:46:27 +0000 (17:46 +0900)
commit94ec5fd1b37077c3be8ef5d275b641654f87504c
tree874c82dacca2f157159d5a999d4d778794c255da
parent5029ea4d9c0594ef6c08dd59d49a2646ab78b583
autoconf: fix --disable-glx

libdrm is used in multiple places.  Always check for it and set
have_libdrm.  Each user can then check the variable.

This is useful when only EGL and DRI drivers are needed.
configure.ac