[Mesa-dev] [PATCH 0/3] Only require libdrm if direct rendering is actually enabled

Jon TURNEY jon.turney at dronecode.org.uk
Wed Feb 16 07:11:34 PST 2011


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



More information about the mesa-dev mailing list