From ec2555a3d61adffe86844c137c0ccadbcf73660a Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sun, 27 Oct 2019 00:54:28 +0100 Subject: [PATCH] targets/vdpau: replace xmlpool_options_h with idep_xmlconfig_headers Signed-off-by: Eric Engestrom Acked-by: Dylan Baker --- 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, -- 2.30.2