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

Author: Matt Turner <matts...@gmail.com>
Date:   Mon Nov 18 15:19:15 2013 -0800

i965: Link -ldl after libmesa.la

DLOPEN_LIBS is part of DRI_LIB_DEPS.

Cc: "10.0" <mesa-sta...@lists.freedesktop.org>"
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71512
Reviewed-by: Eric Anholt <e...@anholt.net>

---

 src/mesa/drivers/dri/i965/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/Makefile.am 
b/src/mesa/drivers/dri/i965/Makefile.am
index 8c0f9a3..3b46af8 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -46,8 +46,8 @@ TEST_LIBS = \
        libi965_dri.la \
        ../common/libdricommon.la \
        ../common/libmegadriver_stub.la \
-       $(DRI_LIB_DEPS) \
         ../../../libmesa.la \
+       $(DRI_LIB_DEPS) \
         -lrt \
        ../common/libdri_test_stubs.la
 

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

Reply via email to