mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-27 05:01:41 +02:00
KASM-6904 Alpine: depend on xf86-video-intel only on x86
This commit is contained in:
parent
fc79c216f5
commit
1c279c2e94
@ -36,11 +36,13 @@ depends="
|
||||
xf86-video-amdgpu
|
||||
xf86-video-ati
|
||||
xf86-video-nouveau
|
||||
xf86-video-intel
|
||||
xkbcomp
|
||||
xkeyboard-config
|
||||
xterm
|
||||
"
|
||||
if [ $(arch) = x86_64 ]; then
|
||||
depends="$depends xf86-video-intel"
|
||||
fi
|
||||
makedepends="
|
||||
rsync
|
||||
binutils
|
||||
|
Loading…
x
Reference in New Issue
Block a user