diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-02-16 00:23:17 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-02-16 00:23:17 +0000 |
commit | a5a1b3ed091de5783f796c7a1b70164781dda3af (patch) | |
tree | 4ee533cfb2204ad888a016f95e987970d93b8014 /graphics/mesa-devel/files/patch-suffix | |
parent | x11-servers/xwayland-devel: update to 1.20.0.839 (diff) |
graphics/mesa-devel: update to 21.0.b.1739
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/3fc8da13f62...8300bc1f169
Notes
Notes:
svn path=/head/; revision=565370
Diffstat (limited to 'graphics/mesa-devel/files/patch-suffix')
-rw-r--r-- | graphics/mesa-devel/files/patch-suffix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix index cc15c8020066..c184d2fa4a76 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 2021-02-12 19:12:01 UTC +--- src/amd/vulkan/meson.build.orig 2021-02-15 15:47:31 UTC +++ src/amd/vulkan/meson.build -@@ -159,7 +159,7 @@ if with_llvm and with_ld_version_script +@@ -150,7 +150,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, amd_vk_format_table_c, sha1_h], + [libradv_files, radv_entrypoints, 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 |