mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
android: util: add log.c to Makefile.sources
Fixes the following building errors:
external/mesa/src/intel/vulkan/anv_android.c:627: error: undefined reference to 'mesa_log'
...
external/mesa/src/intel/vulkan/anv_device.c:164: error: undefined reference to 'mesa_log'
Fixes: 13ea7db76 ("mesa: Promote Intel's simple logging façade for Android to util/")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Acked-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6972>
This commit is contained in:
parent
f9977f8729
commit
b23541c4d3
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ MESA_UTIL_FILES := \
|
|||
u_idalloc.c \
|
||||
u_idalloc.h \
|
||||
list.h \
|
||||
log.c \
|
||||
log.h \
|
||||
macros.h \
|
||||
mesa-sha1.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue