mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
KASM-6904 Alpine: depend on xf86-video-intel only on x86
This commit is contained in:
parent
fc79c216f5
commit
1c279c2e94
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue