X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=2d732ea87f461f058b9f085c70daa2540f1712d7;hb=c951976b506ebf347cac254cf1969cb289943a78;hp=5aee6b01417ab06f4ccf488573168adb12e1ea41;hpb=076faf8764d3cd8038145286f7533d0a18e82476;p=mesa.git diff --git a/src/Makefile.am b/src/Makefile.am index 5aee6b01417..2d732ea87f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ .PHONY: git_sha1.h.tmp git_sha1.h.tmp: - @sh $(top_srcdir)/bin/git_sha1_gen.sh > $@ + @$(PYTHON2) $(top_srcdir)/bin/git_sha1_gen.py > $@ git_sha1.h: git_sha1.h.tmp @echo "updating git_sha1.h" @@ -64,7 +64,7 @@ endif # include only conditionally ? SUBDIRS += compiler -## Optionally required by GBM, EGL and Vulkan +## Optionally required by GBM, EGL if HAVE_PLATFORM_WAYLAND SUBDIRS += egl/wayland/wayland-drm endif @@ -72,7 +72,9 @@ endif if HAVE_VULKAN_COMMON SUBDIRS += vulkan endif + EXTRA_DIST += vulkan/registry/vk.xml +EXTRA_DIST += vulkan/registry/vk_android_native_buffer.xml if HAVE_AMD_DRIVERS SUBDIRS += amd