At the moment, libGL cannot be built --with-driver=dri --disable-driglx-direct
on platforms which don't have libdrm.

--with-driver=dri is the only way to build a libGL which supports indirect
rendering.

This patch set makes libdrm only required if --enable-driglx-direct is used,
and makes --disable-driglx-direct the default on cygwin and hurd.

(this patch set combines patches from fd.o bugs #27840 and #29460, updated for
the current git master)

Jon TURNEY (1):
  Disable direct rendering on Cygwin

Samuel Thibault (1):
  Only require libdrm if direct rendering is actually enabled.

nobled (1):
  Disable direct rendering on GNU/Hurd

 configure.ac |   52 +++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 41 insertions(+), 11 deletions(-)

-- 
1.7.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to