mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 14:10:25 +01:00
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:
parent
26d7e07a56
commit
1165dbc207
1 changed files with 3 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue