Mesa (master): darwin: Don't build gallium

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Mon Apr 23 23:18:07 UTC 2012


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

Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Mon Apr 23 16:13:51 2012 -0700

darwin: Don't build gallium

fe3f98ed70be01a49dd2e93870907d092fe4a283 intentionally broke it, so
don't build it.

Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

---

 configs/darwin |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/darwin b/configs/darwin
index 721fbc7..12e6e3a 100644
--- a/configs/darwin
+++ b/configs/darwin
@@ -52,10 +52,10 @@ OSMESA_LIB_DEPS = $(EXTRA_LDFLAGS)
 GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) $(EXTRA_LDFLAGS)
 GLW_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) -L$(INSTALL_DIR)/$(LIB_DIR) -L$(X11_DIR)/$(LIB_DIR) -lX11 -lXt $(EXTRA_LDFLAGS)
 
-SRC_DIRS = glsl mapi/glapi mapi/vgapi glx/apple mesa gallium glu
+SRC_DIRS = glsl mapi/glapi mapi/vgapi glx/apple mesa glu
 GLU_DIRS = sgi
 DRIVER_DIRS = osmesa
 #DRIVER_DIRS = dri
 DRI_DIRS = swrast
-GALLIUM_DRIVERS_DIRS = softpipe trace rbug noop identity galahad
+#GALLIUM_DRIVERS_DIRS = softpipe trace rbug noop identity galahad
 #GALLIUM_DRIVERS_DIRS += llvmpipe




More information about the mesa-commit mailing list