[Mesa-stable] [PATCH 2/2] r300g/compiler/tests: Pass the required LDFLAGS when building the test program
Tom Stellard
tom at stellard.net
Wed Aug 7 17:40:59 PDT 2013
From: Tom Stellard <thomas.stellard at amd.com>
CC: "9.2 <mesa-stable at lists.freedesktop.org>"
---
src/gallium/drivers/r300/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am
index ab8b4e8..14aaf03 100644
--- a/src/gallium/drivers/r300/Makefile.am
+++ b/src/gallium/drivers/r300/Makefile.am
@@ -18,7 +18,8 @@ AM_CFLAGS = \
$(RADEON_CFLAGS)
r300_compiler_tests_LDADD = libr300.la libr300-helper.la \
- $(top_builddir)/src/gallium/auxiliary/libgallium.la
+ $(top_builddir)/src/gallium/auxiliary/libgallium.la \
+ $(GALLIUM_DRI_LIB_DEPS)
r300_compiler_tests_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/drivers/r300/compiler
r300_compiler_tests_SOURCES = \
--
1.8.1.4
More information about the mesa-stable
mailing list