Change vulkan drivers to recommends on SUSE

This commit is contained in:
2022-01-07 11:30:53 -05:00
부모 e9fe3f0bd3
커밋 6044670778

파일 보기

@@ -709,6 +709,7 @@ packageTranslations() {
# Remove duplicates
for i in "${REQUIRES[@]}"; do
debug "i: $i"
if [[ ! -v dupes[${i%% *}] ]]; then
requires+=("$i")
fi