i915: replace xmlpool_options_h with idep_xmlconfig_headers
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 26 Oct 2019 23:55:30 +0000 (00:55 +0100)
committerEric Engestrom <eric@engestrom.ch>
Thu, 31 Oct 2019 15:29:06 +0000 (15:29 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Dylan Baker <dylan@pnwbakers.com>
src/mesa/drivers/dri/i915/meson.build

index 9e62010f2a2ae86b3c6084c1e0c4eec86111a9f5..58eb698ac0f8d3dbb48f31a91703dfd64ba961d8 100644 (file)
@@ -86,9 +86,9 @@ files_i915 = files(
 
 libi915 = static_library(
   'i915',
-  [files_i915, xmlpool_options_h],
+  files_i915,
   include_directories : [inc_common, inc_dri_common, inc_util],
   c_args : [c_vis_args, no_override_init_args],
   cpp_args : [cpp_vis_args],
-  dependencies : [dep_libdrm, dep_libdrm_intel],
+  dependencies : [dep_libdrm, dep_libdrm_intel, idep_xmlconfig_headers],
 )