Change vulkan drivers to recommends on SUSE

This commit is contained in:
2022-01-07 11:30:53 -05:00
parent e9fe3f0bd3
commit 6044670778

View File

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