diff options
author | Jason Ekstrand <[email protected]> | 2017-03-01 21:11:51 -0800 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-13 11:16:35 +0000 |
commit | ee8044fd332cacff80e4afb949fe79e3733375d1 (patch) | |
tree | 5e65dc5aabf2767e43800a074151ae85d6785e9b /src/Makefile.am | |
parent | 7f9bbcfb7ba990ca42483dd9e985a543d01ea225 (diff) |
intel/vulkan: Get rid of recursive make
v2 [Emil Velikov]
- Various fixes and initial stab at the Android build.
- Keep the generation rules/EXTRA_DIST outside the conditional
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 01e9edfc486..aa5f8aaf7d7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -117,11 +117,6 @@ if HAVE_EGL SUBDIRS += egl endif -## Requires the i965 compiler (part of mesa) and wayland-drm -if HAVE_INTEL_VULKAN -SUBDIRS += intel/vulkan -endif - # Requires wayland-drm if HAVE_RADEON_VULKAN SUBDIRS += amd/vulkan |