meson: replace libmesa_util with idep_mesautil
This automates the include_directories and dependencies tracking so that all users of libmesa_util don't need to add them manually. Next commit will remove the ones that were only added for that reason. 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
8ddb38209d
commit
d2d85b950d
@@ -155,9 +155,9 @@ if with_tests
|
||||
'test_@0@.cpp'.format(t),
|
||||
include_directories : [inc_common, inc_intel],
|
||||
link_with : [
|
||||
libintel_compiler, libintel_common, libintel_dev, libmesa_util, libisl,
|
||||
libintel_compiler, libintel_common, libintel_dev, libisl,
|
||||
],
|
||||
dependencies : [dep_thread, dep_dl, idep_gtest, idep_nir],
|
||||
dependencies : [dep_thread, dep_dl, idep_gtest, idep_nir, idep_mesautil],
|
||||
),
|
||||
suite : ['intel'],
|
||||
)
|
||||
|
Reference in New Issue
Block a user