summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-07-23 11:25:53 +0100
committerEric Engestrom <[email protected]>2019-08-03 00:08:37 +0000
commit178811d8f6a2a449069830b38d3feae0d34f962a (patch)
tree0aa2328d06cf2fecf30aa59f53ff71c2cb87adc3 /src/gallium/drivers/r300
parentd2d85b950d78c553b2694cda9ef0cc7bf9a0f737 (diff)
meson: drop unused dep_{thread,dl}
Unused as of last commit. Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Eric Anholt <[email protected]> Tested-by: Vinson Lee <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300')
-rw-r--r--src/gallium/drivers/r300/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/meson.build b/src/gallium/drivers/r300/meson.build
index 6fcafe54034..66569bab364 100644
--- a/src/gallium/drivers/r300/meson.build
+++ b/src/gallium/drivers/r300/meson.build
@@ -157,7 +157,7 @@ if with_tests
include_directories('compiler'),
],
link_with : [libr300, libgallium],
- dependencies : [dep_m, dep_clock, dep_dl, dep_thread, dep_unwind, idep_mesautil],
+ dependencies : [dep_m, dep_clock, dep_dl, dep_unwind, idep_mesautil],
),
suite : ['r300'],
)