Mesa (gallium-0.2): intel: Change link order

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Thu Jan 29 02:00:56 UTC 2009


Module: Mesa
Branch: gallium-0.2
Commit: f1c0be75b7cd0b69c16aeccb3b7c651194e7e767
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1c0be75b7cd0b69c16aeccb3b7c651194e7e767

Author: Jakob Bornecrantz <wallbraker at gmail.com>
Date:   Thu Jan 29 01:27:38 2009 +0100

intel: Change link order

---

 src/gallium/winsys/drm/intel/egl/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/drm/intel/egl/Makefile b/src/gallium/winsys/drm/intel/egl/Makefile
index 4b22d17..7147d89 100644
--- a/src/gallium/winsys/drm/intel/egl/Makefile
+++ b/src/gallium/winsys/drm/intel/egl/Makefile
@@ -4,10 +4,11 @@ include $(TOP)/configs/current
 LIBNAME = EGL_i915.so
 
 PIPE_DRIVERS = \
+	../gem/libinteldrm.a \
 	$(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
 	$(TOP)/src/gallium/drivers/i915simple/libi915simple.a \
 	$(TOP)/src/gallium/state_trackers/egl/libegldrm.a \
-	../gem/libinteldrm.a
+
 
 DRIVER_SOURCES = \
 	intel_context.c \




More information about the mesa-commit mailing list