intel: Only build blorp if drivers are enabled

(cherry picked from commit 60d01cb1af)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25228>
This commit is contained in:
Matt Turner 2023-08-30 14:46:03 -04:00 committed by Marge Bot
parent 26d7e07a56
commit 1165dbc207

View file

@ -22,7 +22,9 @@ inc_intel = include_directories('.')
subdir('genxml')
subdir('dev')
subdir('blorp')
if with_intel_hasvk or with_intel_vk or with_gallium_crocus or with_gallium_iris
subdir('blorp')
endif
subdir('isl')
subdir('common')
subdir('compiler')