summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r300/meson.build')
-rw-r--r--src/gallium/drivers/r300/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/meson.build b/src/gallium/drivers/r300/meson.build
index f46aedffdfe..6fcafe54034 100644
--- a/src/gallium/drivers/r300/meson.build
+++ b/src/gallium/drivers/r300/meson.build
@@ -156,8 +156,8 @@ if with_tests
inc_src, inc_include, inc_gallium, inc_gallium_aux,
include_directories('compiler'),
],
- link_with : [libr300, libgallium, libmesa_util],
- dependencies : [dep_m, dep_clock, dep_dl, dep_thread, dep_unwind],
+ link_with : [libr300, libgallium],
+ dependencies : [dep_m, dep_clock, dep_dl, dep_thread, dep_unwind, idep_mesautil],
),
suite : ['r300'],
)