[Mesa-dev] [PATCH 2/7] vulkan: Build common Vulkan code earlier
Jason Ekstrand
jason at jlekstrand.net
Thu Mar 2 05:28:20 UTC 2017
---
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
More information about the mesa-dev
mailing list