meson: drop unused dep_{thread,dl}

Unused as of last commit.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Eric Anholt <eric@anholt.net>
Tested-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
Eric Engestrom
2019-07-23 11:25:53 +01:00
committed by Eric Engestrom
parent d2d85b950d
commit 178811d8f6
25 changed files with 25 additions and 29 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ test(
executable(
'string_buffer_test',
'string_buffer_test.cpp',
dependencies : [dep_thread, dep_dl, idep_gtest, idep_mesautil],
dependencies : [idep_gtest, idep_mesautil],
include_directories : inc_common,
),
suite : ['util'],