mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
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: 4dcb1ff ("anv: add support for driconf")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
(cherry picked from commit ae5ac26dfa)
This commit is contained in:
parent
5b85ecce0b
commit
1f7629a760
1 changed files with 2 additions and 1 deletions
|
|
@ -261,7 +261,8 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
|
|||
libmesa_anv_entrypoints \
|
||||
libmesa_genxml \
|
||||
libmesa_git_sha1 \
|
||||
libmesa_vulkan_util
|
||||
libmesa_vulkan_util \
|
||||
libmesa_util
|
||||
|
||||
# The rule generates both C and H files, but due to some strange
|
||||
# reason generating the files once leads to link-time issues.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue