summaryrefslogtreecommitdiff
path: root/graphics/mesa-devel/files/patch-suffix
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-08-08 22:10:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-08-09 00:51:18 +0000
commita04a1743fd8cca687b6ad45b39126d37e3434f6e (patch)
treeb083fbf35281d9db817b2182cdcf597190017d06 /graphics/mesa-devel/files/patch-suffix
parentemulators/rpcs3: update to 0.0.23.14032 (diff)
graphics/mesa-devel: update to 22.2.b.305
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/b731be2e96c...401d03e1e94
Diffstat (limited to 'graphics/mesa-devel/files/patch-suffix')
-rw-r--r--graphics/mesa-devel/files/patch-suffix8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix
index 847ebdbe19bc..93a189e15f80 100644
--- a/graphics/mesa-devel/files/patch-suffix
+++ b/graphics/mesa-devel/files/patch-suffix
@@ -40,9 +40,9 @@ Library selection is handled by libglvnd and/or libmap.conf.
endif
_xa = get_option('gallium-xa')
---- src/amd/vulkan/meson.build.orig 2022-04-25 20:18:42 UTC
+--- src/amd/vulkan/meson.build.orig 2022-08-08 22:10:24 UTC
+++ src/amd/vulkan/meson.build
-@@ -94,7 +94,7 @@ libradv_files = files(
+@@ -97,7 +97,7 @@ libradv_files = files(
'vk_format.h',
)
@@ -51,13 +51,13 @@ Library selection is handled by libglvnd and/or libmap.conf.
install_data(files_drirc, install_dir : join_paths(get_option('datadir'), 'drirc.d'))
-@@ -153,7 +153,7 @@ libvulkan_radeon = shared_library(
+@@ -163,7 +163,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],
+ [libradv_files, radv_entrypoints, sha1_h, radix_sort_spv, bvh_spv],
vs_module_defs : vulkan_api_def,
include_directories : [
--- src/egl/meson.build.orig 2020-12-03 22:36:27 UTC