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

index 83b3565..e79a5d0 100644 (file)
@@ -74,11 +74,11 @@ files_r100 = files(
 
 libr100 = static_library(
   'r100',
-  [files_r100, xmlpool_options_h],
+  files_r100,
   include_directories : [
     inc_common, inc_dri_common, inc_util, include_directories('server'),
   ],
   c_args : [c_vis_args, '-DRADEON_R100'],
   cpp_args : [cpp_vis_args],
-  dependencies : [dep_libdrm, dep_libdrm_radeon],
+  dependencies : [dep_libdrm, dep_libdrm_radeon, idep_xmlconfig_headers],
 )