Browse Source

vulkan: Build common Vulkan code earlier

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
tags/17.1-branchpoint
Jason Ekstrand 9 years ago
parent
commit
e135ce6f08
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      src/Makefile.am

+ 5
- 5
src/Makefile.am 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

Loading…
Cancel
Save