mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
Android: fix xmlconfig build
Commit601093f95d("xmlconfig: move into src/util") broke the Android build due to missing libexpat dependency: external/mesa3d/src/util/xmlconfig.c:34:10: fatal error: 'expat.h' file not found Fixes:601093f95d("xmlconfig: move into src/util") Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
d4ca66a159
commit
d0540d5b85
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ LOCAL_C_INCLUDES := \
|
|||
$(MESA_TOP)/src/gallium/include \
|
||||
$(MESA_TOP)/src/gallium/auxiliary
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libexpat
|
||||
|
||||
LOCAL_MODULE := libmesa_util
|
||||
|
||||
# Generated sources
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue