summaryrefslogtreecommitdiff
path: root/graphics/mesa-devel/files/patch-suffix
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-02-13 00:20:32 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-02-13 00:20:32 +0000
commit9638e444908613886a286a06b8b07f51886d5a1c (patch)
tree8cbd55862789f222aa01f5ebb1630c8930770ce8 /graphics/mesa-devel/files/patch-suffix
parentemulators/citra: update to s20210211 (diff)
graphics/mesa-devel: update to 21.0.b.1635
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/8ed874d73fa...3fc8da13f62
Notes
Notes: svn path=/head/; revision=565088
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 8d47c4b128e8..cc15c8020066 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 2020-06-03 10:34:22 UTC
+--- src/amd/vulkan/meson.build.orig 2021-02-12 19:12:01 UTC
+++ src/amd/vulkan/meson.build
-@@ -149,7 +149,7 @@ if with_platform_android
+@@ -159,7 +159,7 @@ if with_llvm and with_ld_version_script
endif
libvulkan_radeon = shared_library(
- 'vulkan_radeon',
+ 'vulkan_radeon' + get_option('egl-lib-suffix'),
- [libradv_files, radv_entrypoints, radv_extensions_c, amd_vk_format_table_c, sha1_h],
+ [libradv_files, radv_entrypoints, amd_vk_format_table_c, sha1_h],
include_directories : [
inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_amd, inc_amd_common, inc_amd_common_llvm, inc_compiler, inc_util, inc_vulkan_wsi,
--- src/egl/meson.build.orig 2020-12-03 22:36:27 UTC