summaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 53c8269a99e..c3b1ff00d00 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -55,7 +55,9 @@ subdir('amd')
if with_gallium_vc4
subdir('broadcom')
endif
-subdir('intel')
+if with_dri_i965 or with_intel_vk
+ subdir('intel')
+endif
subdir('mesa')
subdir('loader')
subdir('glx')