build(packaging/Linux): remove cuda as required dependency on aur (#4278)
This commit is contained in:
parent
cb653deb7c
commit
2b2b4a7fbe
1 changed files with 0 additions and 1 deletions
|
|
@ -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'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue