diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-04-25 20:18:42 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-04-26 00:40:53 +0000 |
commit | 62850d28ca579789af44395a21aa88b99311ef11 (patch) | |
tree | 86792f616b10b1cc0f86a19e04e14500f46c6bd5 /graphics/mesa-devel/files/patch-suffix | |
parent | emulators/citra: update to s20220423 (diff) |
graphics/mesa-devel: update to 22.1.b.436
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/5af4d0c2dca...2ca8b014d11
Diffstat (limited to 'graphics/mesa-devel/files/patch-suffix')
-rw-r--r-- | graphics/mesa-devel/files/patch-suffix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix index b2003b02bd54..847ebdbe19bc 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-02-25 15:38:08 UTC +--- src/amd/vulkan/meson.build.orig 2022-04-25 20:18:42 UTC +++ src/amd/vulkan/meson.build -@@ -92,7 +92,7 @@ libradv_files = files( +@@ -94,7 +94,7 @@ libradv_files = files( 'vk_format.h', ) @@ -51,14 +51,14 @@ Library selection is handled by libglvnd and/or libmap.conf. install_data(files_drirc, install_dir : join_paths(get_option('datadir'), 'drirc.d')) -@@ -150,7 +150,7 @@ endif - vulkan_radv_def = 'vulkan_radv.def' +@@ -153,7 +153,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], - vs_module_defs : vulkan_radv_def, + [libradv_files, radv_entrypoints, sha1_h, radix_sort_spv], + vs_module_defs : vulkan_api_def, include_directories : [ --- src/egl/meson.build.orig 2020-12-03 22:36:27 UTC +++ src/egl/meson.build |