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

index d9a9abdfb7a8091748a604f9889014de657048f9..50e652de125786f557733972bc43773b83ea2da6 100644 (file)
@@ -22,10 +22,10 @@ inc_dri_common = include_directories('.')
 
 libdricommon = static_library(
   'dricommon',
-  ['utils.c', 'utils.h', 'dri_util.c', 'dri_util.h', xmlpool_options_h],
+  files('utils.c', 'utils.h', 'dri_util.c', 'dri_util.h'),
   include_directories : [inc_common, inc_util],
   c_args : c_vis_args,
-  dependencies : dep_libdrm,
+  dependencies : [dep_libdrm, idep_xmlconfig_headers],
   build_by_default : false,
 )