projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a97cd0f
)
i965: Link -ldl after libmesa.la
author
Matt Turner
<mattst88@gmail.com>
Mon, 18 Nov 2013 23:19:15 +0000
(15:19 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 20 Nov 2013 23:04:53 +0000
(15:04 -0800)
DLOPEN_LIBS is part of DRI_LIB_DEPS.
Cc: "10.0" <mesa-stable@lists.freedesktop.org>"
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71512
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/Makefile.am
b/src/mesa/drivers/dri/i965/Makefile.am
index 8c0f9a324e3937304e2d3e7a24089f5aaff407fa..3b46af8675ec6cf272e3b9bd5f131f6f1a4cff00 100644
(file)
--- 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