[Mesa-dev] [PATCH 1/2] i965: Link -ldl after libmesa.la

Matt Turner mattst88 at gmail.com
Mon Nov 18 15:21:16 PST 2013


DLOPEN_LIBS is part of DRI_LIB_DEPS.
---
 src/mesa/drivers/dri/i965/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
1.8.3.2



More information about the mesa-dev mailing list