mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libplacebo, revbump for new gslang (#12975)
This commit is contained in:
@@ -5,7 +5,7 @@ Supports Vulkan, OpenGL, Metal (via MoltenVK) and Direct3D 11."
|
||||
HOMEPAGE="https://libplacebo.org/"
|
||||
COPYRIGHT="2017-2022 Niklas Haas"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://code.videolan.org/videolan/libplacebo/-/archive/v${portVersion}/libplacebo-v${portVersion}.tar.bz2"
|
||||
CHECKSUM_SHA256="38c9c75d9c1bb412baf34845d1ca58c41a9804d1d0798091d7a8602a0d7c9aa6"
|
||||
SOURCE_DIR="libplacebo-v$portVersion"
|
||||
@@ -59,8 +59,8 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
meson build \
|
||||
--buildtype=debugoptimized \
|
||||
meson setup \
|
||||
--buildtype=release \
|
||||
--prefix="$prefix" \
|
||||
--bindir="$binDir" \
|
||||
--libdir="$libDir" \
|
||||
@@ -70,7 +70,8 @@ BUILD()
|
||||
-Dvulkan=enabled \
|
||||
-Dshaderc=disabled \
|
||||
-Dglslang=enabled \
|
||||
-Dvulkan-registry=/system/data/vulkan/registry/vk.xml
|
||||
-Dvulkan-registry=/system/data/vulkan/registry/vk.xml \
|
||||
build
|
||||
|
||||
ninja -C build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user