Mesa (master): build: Disable building of d3d1x

Matt Turner mattst88 at kemper.freedesktop.org
Thu Sep 6 23:20:36 UTC 2012


Module: Mesa
Branch: master
Commit: 058fb0071639d076a850dd29120a232fe7fdbce6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=058fb0071639d076a850dd29120a232fe7fdbce6

Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Sep  6 16:17:21 2012 -0700

build: Disable building of d3d1x

It's broken and unmaintained, and I'm tired of seeing bug reports about
it.

---

 configure.ac |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6e67ec0..f7f1605 100644
--- a/configure.ac
+++ b/configure.ac
@@ -563,11 +563,13 @@ AC_ARG_ENABLE([xa],
         [enable build of the XA X Acceleration API @<:@default=no@:>@])],
     [enable_xa="$enableval"],
     [enable_xa=no])
-AC_ARG_ENABLE([d3d1x],
-    [AS_HELP_STRING([--enable-d3d1x],
-        [enable support for Direct3D 10 & 11 low-level API @<:@default=no@:>@])],
-    [enable_d3d1x="$enableval"],
-    [enable_d3d1x=no])
+dnl Broken, unmaintained. Don't want to see bug reports about it without patches.
+enable_d3d1x=no
+dnl AC_ARG_ENABLE([d3d1x],
+dnl     [AS_HELP_STRING([--enable-d3d1x],
+dnl         [enable support for Direct3D 10 & 11 low-level API @<:@default=no@:>@])],
+dnl     [enable_d3d1x="$enableval"],
+dnl     [enable_d3d1x=no])
 AC_ARG_ENABLE([gbm],
    [AS_HELP_STRING([--enable-gbm],
          [enable gbm library @<:@default=auto@:>@])],




More information about the mesa-commit mailing list