mesa (Dragonboard): add dependancies libarchive libxml2 lua54

ref:
- https://gitlab.freedesktop.org/mesa/mesa/-/commit/ce124328a04684821e580dffac780ad9e8fcc10f
This commit is contained in:
Rudi Heitbaum
2023-10-27 14:17:50 +00:00
parent f85a926735
commit be613bfbaf
+4
View File
@@ -13,6 +13,10 @@ PKG_LONGDESC="Mesa is a 3-D graphics library with an API."
get_graphicdrivers
if [ "${DEVICE}" = "Dragonboard" ]; then
PKG_DEPENDS_TARGET+=" libarchive libxml2 lua54"
fi
PKG_MESON_OPTS_TARGET="-Dgallium-drivers=${GALLIUM_DRIVERS// /,} \
-Dgallium-extra-hud=false \
-Dgallium-omx=disabled \