summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMauro Rossi <[email protected]>2019-09-08 17:35:22 +0200
committerDylan Baker <[email protected]>2019-09-24 08:25:33 -0700
commit0d781fe4b8df644018e13f385640ac296498538c (patch)
tree122532aeaa00df1943c5f8fd625f1e727dfa5c7c /src
parentba8b282ae49abebaa7242ab0bd8a061dcfea5c31 (diff)
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 <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> (cherry picked from commit ae5ac26dfa13de84c09f897c828cf621729ce622)
Diffstat (limited to 'src')
-rw-r--r--src/intel/Android.vulkan.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/Android.vulkan.mk b/src/intel/Android.vulkan.mk
index f66ab5bdfa4..00eb49a38f3 100644
--- a/src/intel/Android.vulkan.mk
+++ b/src/intel/Android.vulkan.mk
@@ -211,7 +211,8 @@ LOCAL_STATIC_LIBRARIES := \
libmesa_nir \
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.