Mesa (master): targets/vdpau: replace xmlpool_options_h with idep_xmlconfig_headers

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 31 15:29:40 UTC 2019


Module: Mesa
Branch: master
Commit: ec2555a3d61adffe86844c137c0ccadbcf73660a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec2555a3d61adffe86844c137c0ccadbcf73660a

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Sun Oct 27 00:54:28 2019 +0100

targets/vdpau: replace xmlpool_options_h with idep_xmlconfig_headers

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Acked-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/gallium/targets/vdpau/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/targets/vdpau/meson.build b/src/gallium/targets/vdpau/meson.build
index ed672e355ba..155d5005b44 100644
--- a/src/gallium/targets/vdpau/meson.build
+++ b/src/gallium/targets/vdpau/meson.build
@@ -38,7 +38,7 @@ endif
 
 libvdpau_gallium = shared_library(
   'vdpau_gallium',
-  ['target.c', xmlpool_options_h],
+  'target.c',
   c_args : c_vis_args,
   cpp_args : cpp_vis_args,
   link_args : [vdpau_link_args, ld_args_gc_sections],
@@ -51,7 +51,7 @@ libvdpau_gallium = shared_library(
     libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri,
   ],
   dependencies : [
-    idep_mesautil,
+    idep_mesautil, idep_xmlconfig_headers,
     driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
   ],
   link_depends : vdpau_link_depends,




More information about the mesa-commit mailing list