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

index ed8e0167a001db58d63b5c3fc18f00672af7a82a..3cf68205bd5f8efd3d08ec001cdcda17d666821b 100644 (file)
@@ -33,7 +33,7 @@ endif
 
 libva_gallium = shared_library(
   'gallium_drv_video',
-  ['target.c', xmlpool_options_h],
+  'target.c',
   c_args : c_vis_args,
   cpp_args : cpp_vis_args,
   link_args : [va_link_args, ld_args_gc_sections],
@@ -47,7 +47,7 @@ libva_gallium = shared_library(
   ],
   dependencies : [
     dep_libdrm, driver_r600, driver_radeonsi, driver_nouveau,
-    idep_mesautil,
+    idep_mesautil, idep_xmlconfig_headers,
   ],
   link_depends : va_link_depends,
   # Will be deleted during installation, see install_megadrivers.py