intel: Only build ds if drivers are enabled

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24974>
This commit is contained in:
Matt Turner
2023-08-30 14:46:59 -04:00
committed by Marge Bot
parent 60d01cb1af
commit ce7d41bbc5
+3 -1
View File
@@ -29,7 +29,9 @@ subdir('isl')
subdir('common')
subdir('compiler')
subdir('perf')
subdir('ds')
if with_intel_hasvk or with_intel_vk or with_gallium_iris
subdir('ds')
endif
if with_intel_tools
subdir('tools')
endif