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/omx/meson.build | |
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/omx/meson.build')
-rw-r--r-- | src/gallium/targets/omx/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/omx/meson.build b/src/gallium/targets/omx/meson.build index 3585ee652b2..af871c8e6d5 100644 --- a/src/gallium/targets/omx/meson.build +++ b/src/gallium/targets/omx/meson.build @@ -44,7 +44,7 @@ libomx_gallium = shared_library( libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri, ], link_depends : omx_link_depends, - dependencies : [idep_mesautil, idep_xmlconfig_headers, driver_r600, driver_radeonsi, driver_nouveau], + dependencies : [idep_mesautil, driver_r600, driver_radeonsi, driver_nouveau], install : true, install_dir : omx_drivers_path, ) |