Skip to content
Snippets Groups Projects
Commit 0d781fe4 authored by maurossi's avatar maurossi Committed by Dylan Baker
Browse files

android: anv: libmesa_vulkan_common: add libmesa_util static dependency


Change needed to fix the following building error:

In file included from external/mesa/src/intel/vulkan/anv_device.c:43:
external/mesa/src/util/xmlpool.h:115:10: fatal error: 'xmlpool/options.h' file not found
         ^~~~~~~~~~~~~~~~~~~
1 error generated.

Fixes: 4dcb1fff ("anv: add support for driconf")
Signed-off-by: default avatarMauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Eric Engestrom's avatarEric Engestrom <eric@engestrom.ch>
(cherry picked from commit ae5ac26d)
parent ba8b282a
No related branches found
No related tags found
No related merge requests found
...@@ -211,7 +211,8 @@ LOCAL_STATIC_LIBRARIES := \ ...@@ -211,7 +211,8 @@ LOCAL_STATIC_LIBRARIES := \
libmesa_nir \ libmesa_nir \
libmesa_genxml \ libmesa_genxml \
libmesa_git_sha1 \ libmesa_git_sha1 \
libmesa_vulkan_util libmesa_vulkan_util \
libmesa_util
# The rule generates both C and H files, but due to some strange # The rule generates both C and H files, but due to some strange
# reason generating the files once leads to link-time issues. # reason generating the files once leads to link-time issues.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment