From: Eric Engestrom Date: Sat, 26 Oct 2019 23:54:28 +0000 (+0100) Subject: targets/vdpau: replace xmlpool_options_h with idep_xmlconfig_headers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec2555a3d61adffe86844c137c0ccadbcf73660a;p=mesa.git targets/vdpau: replace xmlpool_options_h with idep_xmlconfig_headers Signed-off-by: Eric Engestrom Acked-by: Dylan Baker --- 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,