diff options
author | Eric Engestrom <[email protected]> | 2019-10-27 00:54:28 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-31 15:29:06 +0000 |
commit | ec2555a3d61adffe86844c137c0ccadbcf73660a (patch) | |
tree | f5b8f0faa828eacd40ff34153401023031e670b0 /src/gallium/targets/vdpau | |
parent | 8be89b43195958d6d47475c120b06b1baf93ff1f (diff) |
targets/vdpau: replace xmlpool_options_h with idep_xmlconfig_headers
Signed-off-by: Eric Engestrom <[email protected]>
Acked-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/gallium/targets/vdpau')
-rw-r--r-- | src/gallium/targets/vdpau/meson.build | 4 |
1 files 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, |