vulkan: Build common Vulkan code earlier

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Jason Ekstrand 2017-03-01 19:18:56 -08:00 committed by Emil Velikov
parent b3135c3cf3
commit e135ce6f08

View file

@ -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