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:
parent
c995738e07
commit
abde87678f
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue