automake: include vulkan subdir after wayland-drm
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 29 Apr 2016 17:41:08 +0000 (18:41 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sun, 1 May 2016 07:38:04 +0000 (08:38 +0100)
We'll reuse the existing wayland-drm static library with next commit.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/Makefile.am

index 1471fa0e48aab1a900f0668c0769fd8b61e1d885..9a1fddfacbcbc52b43eaa4932e461f7e28cb7c73 100644 (file)
@@ -32,11 +32,6 @@ if NEED_OPENGL_COMMON
 SUBDIRS += mesa
 endif
 
-# This explicitly comes after mesa because it depends on the i965 compiler
-if HAVE_INTEL_VULKAN
-SUBDIRS += intel/vulkan
-endif
-
 SUBDIRS += loader
 
 if HAVE_DRI_GLX
@@ -55,6 +50,11 @@ if HAVE_EGL
 SUBDIRS += egl
 endif
 
+## Requires the i965 compiler (part of mesa) and wayland-drm
+if HAVE_INTEL_VULKAN
+SUBDIRS += intel/vulkan
+endif
+
 if HAVE_GALLIUM
 SUBDIRS += gallium
 endif