mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 04:40:39 +02:00
android: anv: add libmesa_intel_dev static dependency
Fixes the following building errors:
external/mesa/src/intel/vulkan/anv_device.c:300: error: undefined reference to 'gen_get_pci_device_id_override'
external/mesa/src/intel/vulkan/anv_device.c:312: error: undefined reference to 'gen_get_device_name'
external/mesa/src/intel/vulkan/anv_device.c:313: error: undefined reference to 'gen_get_device_info'
clang.real: error: linker command failed with exit code 1 (use -v to see invocation)
Fixes: 272bef0601 "intel: Split gen_device_info out into libintel_dev"
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
parent
1fdb21541e
commit
487f8d48c9
1 changed files with 1 additions and 0 deletions
|
|
@ -300,6 +300,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
|
|||
libmesa_blorp \
|
||||
libmesa_compiler \
|
||||
libmesa_intel_common \
|
||||
libmesa_intel_dev \
|
||||
libmesa_vulkan_common \
|
||||
libmesa_anv_gen7 \
|
||||
libmesa_anv_gen75 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue