mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 17:00:12 +01:00
libdrm: Fix amdgpu build failure
Use the correct files to build libdrm_amdgpu.
Signed-of-by: Mike Lothian <mike@fireburn.co.uk>
Fixes: d6cb0ee408 ("amdgpu: remove the hash table implementation")
Cc: Christian König <christian.koenig@amd.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
93220283cb
commit
649d4e60fa
1 changed files with 1 additions and 2 deletions
|
|
@ -26,8 +26,7 @@ libdrm_amdgpu = shared_library(
|
|||
[
|
||||
files(
|
||||
'amdgpu_asic_id.c', 'amdgpu_bo.c', 'amdgpu_cs.c', 'amdgpu_device.c',
|
||||
'amdgpu_gpu_info.c', 'amdgpu_vamgr.c', 'amdgpu_vm.c', 'util_hash.c',
|
||||
'util_hash_table.c',
|
||||
'amdgpu_gpu_info.c', 'amdgpu_vamgr.c', 'amdgpu_vm.c', 'handle_table.c',
|
||||
),
|
||||
config_file,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue