summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.am
diff options
context:
space:
mode:
authorKristian Høgsberg Kristensen <krh@bitplanet.net>2015-10-07 05:09:48 -0700
committerKristian Høgsberg Kristensen <krh@bitplanet.net>2015-10-08 12:15:03 -0700
commitc71f0d45e6d0081ea814fb0b16baec4e75a07bcb (patch)
treeb25be28d55a43857b8c75fe88d5877b13ddfe56a /src/mesa/drivers/dri/i965/Makefile.am
parent08d890d3bb82eb1f5c71cf2eab1521c20c4d154c (diff)
downloadexternal_mesa3d-c71f0d45e6d0081ea814fb0b16baec4e75a07bcb.zip
external_mesa3d-c71f0d45e6d0081ea814fb0b16baec4e75a07bcb.tar.gz
external_mesa3d-c71f0d45e6d0081ea814fb0b16baec4e75a07bcb.tar.bz2
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>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 82e58a6..2e24151 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -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 = \