glsl: don't run loop passes if loop unrolling is disabled
[mesa.git] / src / Makefile.am
index 1347120f186befc5ad046c099c3769a058daf93d..630409c822b46486e62111cac5590032efbf6960 100644 (file)
@@ -78,6 +78,10 @@ if HAVE_AMD_DRIVERS
 SUBDIRS += amd
 endif
 
+if NEED_RADEON_LLVM
+SUBDIRS += amd/common
+endif
+
 if HAVE_INTEL_DRIVERS
 SUBDIRS += intel
 endif
@@ -126,7 +130,6 @@ endif
 
 # Requires wayland-drm
 if HAVE_RADEON_VULKAN
-SUBDIRS += amd/common
 SUBDIRS += amd/vulkan
 endif