diff options
author | Jason Ekstrand <[email protected]> | 2018-04-09 22:01:14 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-04-10 19:29:49 -0700 |
commit | 69f447553c6cd8c9004b80c099630ce7167a0a28 (patch) | |
tree | 3104813226eb78e98ddd07f2c22e3df1feb3d421 /src/vulkan/meson.build | |
parent | ae3a856c34e348f721c2d647999813801b5eb33c (diff) |
vulkan: Drop vk_android_native_buffer.xml
All the information in vk_android_native_buffer.xml is now in vk.xml.
The only exception is the extension type attribute which we can work
around in the generators while we wait for the XML to be fixed.
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/vulkan/meson.build')
-rw-r--r-- | src/vulkan/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vulkan/meson.build b/src/vulkan/meson.build index 3908005b8a0..59e1fd1fabe 100644 --- a/src/vulkan/meson.build +++ b/src/vulkan/meson.build @@ -19,7 +19,6 @@ # SOFTWARE. vk_api_xml = files('registry/vk.xml') -vk_android_native_buffer_xml = files('registry/vk_android_native_buffer.xml') inc_vulkan_util = include_directories('util') inc_vulkan_wsi = include_directories('wsi') |