mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
mesa-vpu: don't override DEFAULT_OVERLAYS
This commit is contained in:
@@ -29,7 +29,11 @@ function extension_prepare_config__3d() {
|
|||||||
|
|
||||||
# This should be enabled on all for rk3588 distributions where mesa and vendor kernel is present
|
# This should be enabled on all for rk3588 distributions where mesa and vendor kernel is present
|
||||||
if [[ "${LINUXFAMILY}" =~ ^(rockchip-rk3588|rk35xx)$ && "$BRANCH" == vendor ]]; then
|
if [[ "${LINUXFAMILY}" =~ ^(rockchip-rk3588|rk35xx)$ && "$BRANCH" == vendor ]]; then
|
||||||
declare -g DEFAULT_OVERLAYS="panthor-gpu"
|
if [[ -n $DEFAULT_OVERLAYS ]]; then
|
||||||
|
DEFAULT_OVERLAYS+=" panthor-gpu"
|
||||||
|
else
|
||||||
|
declare -g DEFAULT_OVERLAYS="panthor-gpu"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user