mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
bf15318991
commit
4072b3360b
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue