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:
committed by
Eric Engestrom
parent
d2d85b950d
commit
178811d8f6
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user