mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
intel/tools: Rename error2aub to intel_error2aub
Suggested-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
parent
d219521379
commit
2be30a1a39
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ aubinator_error_decode = executable(
|
|||
)
|
||||
|
||||
error2aub = executable(
|
||||
'error2aub',
|
||||
'intel_error2aub',
|
||||
files('aub_write.h', 'aub_write.c', 'error2aub.c'),
|
||||
dependencies : [dep_zlib, dep_dl, dep_thread, dep_m],
|
||||
include_directories : [inc_common, inc_intel, inc_drm_uapi],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue