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

index d35b06f7d8db5682bbeefc938cb6a5d7522e6eae..98f01cd7510691b540ccfec78d75a1f3a7cf5016 100644 (file)
@@ -32,7 +32,7 @@ endif
 
 libomx_gallium = shared_library(
   'omx_mesa',
-  ['target.c', xmlpool_options_h],
+  'target.c',
   c_args : c_vis_args,
   cpp_args : cpp_vis_args,
   link_args : [omx_link_args, ld_args_gc_sections],
@@ -45,7 +45,7 @@ libomx_gallium = shared_library(
     libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri,
   ],
   link_depends : omx_link_depends,
-  dependencies : [idep_mesautil, driver_r600, driver_radeonsi, driver_nouveau],
+  dependencies : [idep_mesautil, idep_xmlconfig_headers, driver_r600, driver_radeonsi, driver_nouveau],
   install : true,
   install_dir : omx_drivers_path,
 )