mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 08:50:25 +01: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>
This commit is contained in:
parent
0afbd2df04
commit
618885f71f
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ MESA_DRI_WHOLE_STATIC_LIBRARIES := \
|
|||
libmesa_glsl \
|
||||
libmesa_megadriver_stub \
|
||||
libmesa_dri_common \
|
||||
libmesa_dricore
|
||||
libmesa_dricore \
|
||||
libmesa_util
|
||||
|
||||
MESA_DRI_SHARED_LIBRARIES := \
|
||||
libcutils \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue