summaryrefslogtreecommitdiff
path: root/graphics/mesa-devel/files/patch-suffix
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-03-20 23:46:44 +0100
committerJan Beich <jbeich@FreeBSD.org>2024-03-21 01:58:14 +0100
commit1d9788d2de86cad6a2cb3e716bed7b5f1cf67f93 (patch)
tree4cc161cec8159f52331e6b681efe0f71729d7cb1 /graphics/mesa-devel/files/patch-suffix
parentemulators/rpcs3: update to 0.0.31.16208 (diff)
graphics/mesa-devel: update to 24.0.b.3440
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/84e8a295a09...3556dbb97fd
Diffstat (limited to 'graphics/mesa-devel/files/patch-suffix')
-rw-r--r--graphics/mesa-devel/files/patch-suffix6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix
index 7bdcbc5db6ef..a5b531aca1e2 100644
--- a/graphics/mesa-devel/files/patch-suffix
+++ b/graphics/mesa-devel/files/patch-suffix
@@ -40,15 +40,15 @@ Library selection is handled by libglvnd and/or libmap.conf.
endif
_xa = get_option('gallium-xa')
---- src/amd/vulkan/meson.build.orig 2022-12-03 14:41:29 UTC
+--- src/amd/vulkan/meson.build.orig 2024-03-20 22:46:44 UTC
+++ src/amd/vulkan/meson.build
-@@ -162,7 +162,7 @@ libvulkan_radeon = shared_library(
+@@ -207,7 +207,7 @@ libvulkan_radeon = shared_library(
endif
libvulkan_radeon = shared_library(
- 'vulkan_radeon',
+ 'vulkan_radeon' + get_option('egl-lib-suffix'),
- [libradv_files, radv_entrypoints, sha1_h, radix_sort_spv, bvh_spv],
+ [libradv_files, radv_entrypoints, sha1_h, radix_sort_spv, bvh_spv, radv_annotate_layer],
vs_module_defs : vulkan_api_def,
include_directories : [
--- src/egl/meson.build.orig 2020-12-03 22:36:27 UTC