KASM-6904 Alpine: depend on xf86-video-intel only on x86

This commit is contained in:
Dmitry Maksyoma 2025-03-09 17:29:07 +13:00
parent fc79c216f5
commit 1c279c2e94
No known key found for this signature in database

View File

@ -36,11 +36,13 @@ depends="
xf86-video-amdgpu xf86-video-amdgpu
xf86-video-ati xf86-video-ati
xf86-video-nouveau xf86-video-nouveau
xf86-video-intel
xkbcomp xkbcomp
xkeyboard-config xkeyboard-config
xterm xterm
" "
if [ $(arch) = x86_64 ]; then
depends="$depends xf86-video-intel"
fi
makedepends=" makedepends="
rsync rsync
binutils binutils