mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 23:40:33 +01:00
i965: Link compiler unit tests to libi965_compiler.la
We can now link the unit tests against just libi965_compiler.la. This lets us drop a lot of DRI driver dependencies, but we still pull in all of libmesa and more. This also provides a few standalone users of libi965_compiler.la, which will help us accidentally using i965_dri.so functions from the compiler. Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com> Signed-off-by: Kristian Høgsberg Kristensen <krh@bitplanet.net>
This commit is contained in:
parent
08d890d3bb
commit
c71f0d45e6
1 changed files with 2 additions and 6 deletions
|
|
@ -48,13 +48,9 @@ libi965_dri_la_LIBADD = libi965_compiler.la $(INTEL_LIBS)
|
|||
libi965_compiler_la_SOURCES = $(i965_compiler_FILES)
|
||||
|
||||
TEST_LIBS = \
|
||||
libi965_dri.la \
|
||||
../common/libdricommon.la \
|
||||
../common/libxmlconfig.la \
|
||||
../common/libmegadriver_stub.la \
|
||||
libi965_compiler.la \
|
||||
../../../libmesa.la \
|
||||
$(DRI_LIB_DEPS) \
|
||||
$(CLOCK_LIB) \
|
||||
-lpthread -ldl \
|
||||
../common/libdri_test_stubs.la
|
||||
|
||||
TESTS = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue