meson: split out idep_xmlconfig_headers from idep_xmlconfig

A bunch of components need the former but not the latter.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Eric Engestrom 2019-10-27 00:48:36 +01:00 committed by Eric Engestrom
parent bf15318991
commit 4072b3360b
1 changed files with 5 additions and 2 deletions

View File

@ -187,11 +187,14 @@ _libxmlconfig = static_library(
build_by_default : false,
)
idep_xmlconfig = declare_dependency(
idep_xmlconfig_headers = declare_dependency(
sources : xmlpool_options_h,
include_directories : inc_util,
)
idep_xmlconfig = declare_dependency(
dependencies : [idep_xmlconfig_headers, dep_expat],
link_with : _libxmlconfig,
dependencies : dep_expat,
)
if with_tests