loader: replace xmlpool_options_h with idep_xmlconfig_headers
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 26 Oct 2019 23:53:37 +0000 (00:53 +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/loader/meson.build

index 9d5a796..00ba149 100644 (file)
@@ -37,11 +37,11 @@ endif
 
 libloader = static_library(
   'loader',
-  ['loader.c', 'pci_id_driver_map.c', xmlpool_options_h],
+  ['loader.c', 'pci_id_driver_map.c'],
   c_args : [c_vis_args, '-DUSE_DRICONF',
             '-DDEFAULT_DRIVER_DIR="@0@"'.format(dri_search_path),
 ],
   include_directories : [inc_include, inc_src, inc_util],
-  dependencies : [dep_libdrm, dep_thread],
+  dependencies : [dep_libdrm, dep_thread, idep_xmlconfig_headers],
   build_by_default : false,
 )