mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-05 00:15:37 +00:00
build(packaging/Linux): remove cuda as required dependency on aur (#4278)
This commit is contained in:
@ -71,7 +71,6 @@ if [[ "${_use_cuda::1}" == "d" ]] && pacman -Qi cuda &> /dev/null; then
|
||||
fi
|
||||
|
||||
if [[ "${_use_cuda::1}" == "t" ]]; then
|
||||
makedepends+=('cuda')
|
||||
optdepends+=(
|
||||
'cuda: Nvidia GPU encoding support'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user