mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
vulkan: fix typo
This commit is contained in:
@@ -11,7 +11,7 @@ layers, between an application and the drivers."
|
||||
HOMEPAGE="https://www.vulkan.org/"
|
||||
COPYRIGHT="2014-2022 The Khronos Group Inc."
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="Vulkan-Loader-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a431c627f36f90ce8d1aa752e7a37838db569760a54bb97edaee35dae4743118"
|
||||
@@ -30,7 +30,7 @@ libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
vulkan$secondaryArchSuffix = $portVersion
|
||||
lib:libvulkan$secondaryArchSuffix = libVersionCompat
|
||||
lib:libvulkan$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -38,7 +38,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
vulkan${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libvulkan$secondaryArchSuffix = libVersionCompat
|
||||
devel:libvulkan$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
vulkan$secondaryArchSuffix == $portVersion base
|
||||
|
||||
Reference in New Issue
Block a user