radv: drop unnecessary xmlpool_options_h
authorEric Engestrom <eric.engestrom@intel.com>
Sat, 26 Oct 2019 23:51:22 +0000 (00:51 +0100)
committerEric Engestrom <eric@engestrom.ch>
Thu, 31 Oct 2019 15:29:06 +0000 (15:29 +0000)
idep_xmlconfig already covers that

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Dylan Baker <dylan@pnwbakers.com>
src/amd/vulkan/meson.build

index 93523b0e88edce09d47731e43f30abbe14886ba7..ddb2249b86f8402d89940d06a59d303e2975670f 100644 (file)
@@ -148,7 +148,7 @@ endif
 
 libvulkan_radeon = shared_library(
   'vulkan_radeon',
 
 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,
   ],
   include_directories : [
     inc_common, inc_amd, inc_amd_common, inc_amd_common_llvm, inc_compiler, inc_util, inc_vulkan_wsi,
   ],