From e135ce6f08841aaa26685964e5ba3cfb19fd3d36 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 1 Mar 2017 19:18:56 -0800 Subject: [PATCH] vulkan: Build common Vulkan code earlier Reviewed-by: Emil Velikov --- src/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 860be53..cab68b7 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 @@ -116,11 +121,6 @@ if HAVE_INTEL_DRIVERS SUBDIRS += intel/tools 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.7.4