projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba5eba5
)
drivers/r300: use GALLIUM_COMMON_LIB_DEPS
author
Emil Velikov
<emil.l.velikov@gmail.com>
Tue, 1 Apr 2014 01:45:22 +0000
(
02:45
+0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Sat, 5 Apr 2014 12:00:07 +0000
(13:00 +0100)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76848
Tested-by: Vinson Lee <vlee@freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/drivers/r300/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/Makefile.am
b/src/gallium/drivers/r300/Makefile.am
index 8aa6707c17506f5c375c19eb3c81732767bb5f1f..a8aaf221c9a8adeeb0375ddd19baff3f4ace094a 100644
(file)
--- a/
src/gallium/drivers/r300/Makefile.am
+++ b/
src/gallium/drivers/r300/Makefile.am
@@
-18,7
+18,7
@@
TESTS = r300_compiler_tests
r300_compiler_tests_LDADD = libr300.la libr300-helper.la \
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
- $(GALLIUM_
DRI
_LIB_DEPS)
+ $(GALLIUM_
COMMON
_LIB_DEPS)
r300_compiler_tests_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/drivers/r300/compiler
r300_compiler_tests_SOURCES = $(COMPILER_TESTS_SOURCES)