mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
i965: Link -ldl after libmesa.la
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>
This commit is contained in:
parent
a97cd0f4d7
commit
1f9092958d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue