r200: replace xmlpool_options_h with idep_xmlconfig_headers
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 26 Oct 2019 23:55:45 +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/r200/meson.build

index 686054d162b0eef0ddace0102bc51ddc5205d0bf..7026129eb32abacad349209a1e8d10fbf9b5c001 100644 (file)
@@ -78,11 +78,11 @@ files_r200 = files(
 
 libr200 = static_library(
   'r200',
-  [files_r200, xmlpool_options_h],
+  files_r200,
   include_directories : [
     inc_common, inc_dri_common, inc_util, include_directories('server'),
   ],
   c_args : [c_vis_args, '-DRADEON_R200'],
   cpp_args : [cpp_vis_args],
-  dependencies : [dep_libdrm, dep_libdrm_radeon],
+  dependencies : [dep_libdrm, dep_libdrm_radeon, idep_xmlconfig_headers],
 )