Mesa (master): radv: drop unnecessary xmlpool_options_h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 31 15:29:40 UTC 2019


Module: Mesa
Branch: master
Commit: a2eba4b17d4de34a0fed51a9f1aa85656415029c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2eba4b17d4de34a0fed51a9f1aa85656415029c

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Sun Oct 27 00:51:22 2019 +0100

radv: drop unnecessary xmlpool_options_h

idep_xmlconfig already covers that

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Acked-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/amd/vulkan/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amd/vulkan/meson.build b/src/amd/vulkan/meson.build
index 93523b0e88e..ddb2249b86f 100644
--- a/src/amd/vulkan/meson.build
+++ b/src/amd/vulkan/meson.build
@@ -148,7 +148,7 @@ endif
 
 libvulkan_radeon = shared_library(
   'vulkan_radeon',
-  [libradv_files, radv_entrypoints, radv_extensions_c, amd_vk_format_table_c, sha1_h, xmlpool_options_h, radv_gfx10_format_table_h],
+  [libradv_files, radv_entrypoints, radv_extensions_c, amd_vk_format_table_c, sha1_h, radv_gfx10_format_table_h],
   include_directories : [
     inc_common, inc_amd, inc_amd_common, inc_amd_common_llvm, inc_compiler, inc_util, inc_vulkan_wsi,
   ],




More information about the mesa-commit mailing list