soc-qcom-sdm845: fix dependency typo of -vulkan subpackage (MR 3495)

Fixes:

  ERROR: unable to select packages:
    mesa-vulkan-freedreeno (no such package):
      required by: soc-qcom-sdm845-vulkan-9-r0[mesa-vulkan-freedreeno]

Reference: https://pkgs.alpinelinux.org/package/edge/main/aarch64/mesa-vulkan-freedreno
This commit is contained in:
Jami Kettunen 2022-10-05 15:38:20 +03:00 committed by Bart Ribbers
parent c995738e07
commit abde87678f
No known key found for this signature in database
GPG key ID: 0BF4C1B5988C50D8

View file

@ -2,7 +2,7 @@
pkgname=soc-qcom-sdm845
pkgdesc="Common package for Qualcomm SDM845 devices"
pkgver=9
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="BSD-3-Clause"
arch="aarch64"
@ -67,7 +67,7 @@ qbootctl() {
vulkan() {
pkgdesc="Vulkan support for freedreno"
install_if="$pkgname vulkan-loader"
depends="mesa-vulkan-freedreeno"
depends="mesa-vulkan-freedreno"
mkdir "$subpkgdir"
}