From 9a07606b84ec124232f3daddb15e169cc395bf91 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 22 Jul 2019 15:25:28 +0100 Subject: meson: replace last uses of libxmlconfig with idep_xmlconfig Signed-off-by: Eric Engestrom Acked-by: Eric Anholt Tested-by: Vinson Lee --- src/util/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/meson.build') diff --git a/src/util/meson.build b/src/util/meson.build index be36c738bbb..95aff3b442f 100644 --- a/src/util/meson.build +++ b/src/util/meson.build @@ -147,7 +147,7 @@ idep_mesautil = declare_dependency( dependencies : [dep_zlib, dep_clock, dep_thread, dep_atomic, dep_m], ) -libxmlconfig = static_library( +_libxmlconfig = static_library( 'xmlconfig', files_xmlconfig, include_directories : inc_common, @@ -167,7 +167,7 @@ libxmlconfig = static_library( idep_xmlconfig = declare_dependency( sources : xmlpool_options_h, include_directories : inc_util, - link_with : libxmlconfig, + link_with : _libxmlconfig, dependencies : dep_expat, ) -- cgit v1.2.3