diff options
author | Eric Engestrom <[email protected]> | 2019-10-27 00:54:10 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-31 15:29:06 +0000 |
commit | 375094c70b683196596a5699bae77155388fda5b (patch) | |
tree | ff5ea3611a1cca84e43f0ca47832ab6e576396ac /src/gallium/targets | |
parent | 71ca5fb68ad2e8c0ac7e4fbbd1eb56b0e3cd8732 (diff) |
targets/omx: 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')
-rw-r--r-- | src/gallium/targets/omx/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/targets/omx/meson.build b/src/gallium/targets/omx/meson.build index d35b06f7d8d..98f01cd7510 100644 --- a/src/gallium/targets/omx/meson.build +++ b/src/gallium/targets/omx/meson.build @@ -32,7 +32,7 @@ endif libomx_gallium = shared_library( 'omx_mesa', - ['target.c', xmlpool_options_h], + 'target.c', c_args : c_vis_args, cpp_args : cpp_vis_args, link_args : [omx_link_args, ld_args_gc_sections], @@ -45,7 +45,7 @@ libomx_gallium = shared_library( libpipe_loader_static, libws_null, libwsw, libswdri, libswkmsdri, ], link_depends : omx_link_depends, - dependencies : [idep_mesautil, driver_r600, driver_radeonsi, driver_nouveau], + dependencies : [idep_mesautil, idep_xmlconfig_headers, driver_r600, driver_radeonsi, driver_nouveau], install : true, install_dir : omx_drivers_path, ) |