summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-02-15 15:41:50 -0800
committerDylan Baker <[email protected]>2017-02-22 13:12:02 -0800
commite9dcb17962f7e58a81c93bae7bd33885675b1043 (patch)
tree55332d8cdb6783ab65fc8d34e4df8168fb38dcab /configure.ac
parentbda59f6e417b68985ffc8dbb92fcfe19ba12f7bf (diff)
vulkan/util: Add generator for enum_to_str functions
This adds a python generator to produce enum_to_str functions for Vulkan from the vk.xml API description. It supports extensions as well as core API features, and the generator works with both python2 and python3. Signed-off-by: Dylan Baker <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7e4544f5bf1..c83a5234da7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2691,6 +2691,7 @@ AC_CONFIG_FILES([Makefile
src/mesa/main/tests/Makefile
src/util/Makefile
src/util/tests/hash_table/Makefile
+ src/vulkan/util/Makefile
src/vulkan/wsi/Makefile])
AC_OUTPUT