mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
drivers/r300: use GALLIUM_COMMON_LIB_DEPS
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>
This commit is contained in:
parent
ba5eba5008
commit
c8129604ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue