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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 014ffaf3e29..fd5ae445502 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -67,7 +67,6 @@ SUBDIRS += vulkan endif EXTRA_DIST += vulkan/registry/vk.xml -EXTRA_DIST += vulkan/registry/vk_android_native_buffer.xml if HAVE_AMD_DRIVERS SUBDIRS += amd |