mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
blorp: add dependency on idep_intel_dev
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 3c9a8f7a6d ("intel/dev: generate helpers to identify platform workarounds")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8421
Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21679>
This commit is contained in:
parent
75ce0bfd85
commit
afb0289d7c
2 changed files with 2 additions and 2 deletions
|
|
@ -34,5 +34,5 @@ libblorp = static_library(
|
|||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_intel],
|
||||
c_args : [no_override_init_args],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
dependencies : [idep_nir_headers, idep_genxml, idep_mesautil],
|
||||
dependencies : [idep_nir_headers, idep_genxml, idep_mesautil, idep_intel_dev],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@
|
|||
inc_intel = include_directories('.')
|
||||
|
||||
subdir('genxml')
|
||||
subdir('blorp')
|
||||
subdir('dev')
|
||||
subdir('blorp')
|
||||
subdir('isl')
|
||||
subdir('common')
|
||||
subdir('compiler')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue