--- src/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am index 7001528..a558755 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -75,6 +75,11 @@ endif # include only conditionally ? SUBDIRS += compiler +if HAVE_VULKAN_COMMON +SUBDIRS += vulkan +endif +EXTRA_DIST += vulkan/registry/vk.xml + if HAVE_AMD_DRIVERS SUBDIRS += amd endif @@ -112,11 +117,6 @@ if HAVE_EGL SUBDIRS += egl endif -if HAVE_VULKAN_COMMON -SUBDIRS += vulkan -endif -EXTRA_DIST += vulkan/registry/vk.xml - ## Requires the i965 compiler (part of mesa) and wayland-drm if HAVE_INTEL_VULKAN SUBDIRS += intel/vulkan -- 2.5.0.400.gff86faf _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev
