Browse Source

Fix requires libgl1 depeendency bug

bryan 3 years ago
parent
commit
4fc85b5d90
1 changed files with 1 additions and 0 deletions
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -698,6 +698,7 @@ packageTranslations() {
             REQUIRES=("${REQUIRES[@]/libfontconfig1/fontconfig}")
             REQUIRES=("${REQUIRES[@]/libfreetype6/freetype}")
             REQUIRES=("${REQUIRES[@]/libharfbuzz0b/libharfbuzz0}")
+            REQUIRES=("${REQUIRES[@]/mesa-vulkan-drivers/}")
             ;;
     esac