diff options
author | Matt Turner <[email protected]> | 2013-11-18 15:19:15 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-11-23 12:40:34 -0800 |
commit | 19f05b26ba638c51d4fe75107b7902906cc2b106 (patch) | |
tree | 0625ec3774252cba3370083b54d07cfc44d85fea /src/mesa/drivers/dri | |
parent | 11da04e1bbc283fd7fb322bcc632641afe2dc6d7 (diff) |
i965: Link -ldl after libmesa.la
DLOPEN_LIBS is part of DRI_LIB_DEPS.
Cc: "10.0" <[email protected]>"
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71512
Reviewed-by: Eric Anholt <[email protected]>
(cherry picked from commit 1f9092958d365c94af825c3b3b6664688c27b5a1)
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | 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 8c0f9a324e3..3b46af8675e 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 |