mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
ci/android: Make sure we don't detect system libexpat.
There may be some more elegant way to do things, but the important thing is that android builds don't have any .pc files we should be using, other than what our CI generated for zlib. Acked-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9764>
This commit is contained in:
parent
3cc390bf7d
commit
6d43955941
1 changed files with 1 additions and 0 deletions
|
|
@ -781,6 +781,7 @@ meson-android:
|
|||
-D gallium-nine=false
|
||||
-D gallium-opencl=disabled
|
||||
LLVM_VERSION: ""
|
||||
PKG_CONFIG_LIBDIR: "/disable/non/android/system/pc/files"
|
||||
script:
|
||||
# arm64 build: Can't build v3d/vc4 because they require expat for v3d_decode.
|
||||
- PKG_CONFIG_PATH=/usr/local/lib/aarch64-linux-android/pkgconfig/:/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/pkgconfig/ CROSS=aarch64-linux-android GALLIUM_DRIVERS=etnaviv,freedreno,lima,panfrost VULKAN_DRIVERS=freedreno .gitlab-ci/meson/build.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue