diff options
author | Eric Engestrom <[email protected]> | 2020-06-12 11:22:42 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-22 21:50:12 +0000 |
commit | 2ef983dca61b549a9242afd9008200b231a26e90 (patch) | |
tree | 29ba0b8abc18728a2ecb20e2cca977abba9a262c /src/gallium/targets/va | |
parent | b1f647a3b4c39fa77d63a38ef0ada78d27d2c306 (diff) |
driconf: drop now unused translation facility
Signed-off-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5440>
Diffstat (limited to 'src/gallium/targets/va')
-rw-r--r-- | src/gallium/targets/va/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/va/meson.build b/src/gallium/targets/va/meson.build index 8918ef60130..8cbddc3dcd4 100644 --- a/src/gallium/targets/va/meson.build +++ b/src/gallium/targets/va/meson.build @@ -46,7 +46,7 @@ libva_gallium = shared_library( ], dependencies : [ dep_libdrm, driver_r600, driver_radeonsi, driver_nouveau, - idep_mesautil, idep_xmlconfig_headers, + idep_mesautil, ], link_depends : va_link_depends, # Will be deleted during installation, see install_megadrivers.py |