mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 14:28:08 +02:00
android: dri: link against libmesa_util
The dri modules depend on symbols provided by it.
Cc: "10.5" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Chih-Wei Huang <cwhuang@linux.org.tw>
(cherry picked from commit 618885f71f)
This commit is contained in:
parent
1dfbc95b76
commit
2ad5a068fa
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ MESA_DRI_WHOLE_STATIC_LIBRARIES := \
|
||||||
libmesa_glsl \
|
libmesa_glsl \
|
||||||
libmesa_megadriver_stub \
|
libmesa_megadriver_stub \
|
||||||
libmesa_dri_common \
|
libmesa_dri_common \
|
||||||
libmesa_dricore
|
libmesa_dricore \
|
||||||
|
libmesa_util
|
||||||
|
|
||||||
MESA_DRI_SHARED_LIBRARIES := \
|
MESA_DRI_SHARED_LIBRARIES := \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue