[Mesa-dev] [PATCH] i965: Link test program with -ldl.

Matt Turner mattst88 at gmail.com
Mon Nov 11 15:10:02 PST 2013


Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71512
---
 src/mesa/drivers/dri/i965/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 8c0f9a3..6bce3c1 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -48,6 +48,7 @@ TEST_LIBS = \
 	../common/libmegadriver_stub.la \
 	$(DRI_LIB_DEPS) \
         ../../../libmesa.la \
+	$(DLOPEN_LIBS) \
         -lrt \
 	../common/libdri_test_stubs.la
 
-- 
1.8.3.2



More information about the mesa-dev mailing list