summaryrefslogtreecommitdiff
path: root/graphics/mesa-devel/files/patch-suffix
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-02-07 00:04:25 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-02-07 00:04:25 +0000
commit2c5cf3032ce9c7caac49f7e8cd589ad01edb3c54 (patch)
tree454bd020d8ee3d65288e08ef549a46c878ac6b49 /graphics/mesa-devel/files/patch-suffix
parentUpdate to 5.0.0-rc.1 (diff)
graphics/mesa-devel: update to 21.0.b.1221
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/1e59cdbf779...92f12952f32
Notes
Notes: svn path=/head/; revision=564582
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 087c454c932e..8d47c4b128e8 100644
--- a/graphics/mesa-devel/files/patch-suffix
+++ b/graphics/mesa-devel/files/patch-suffix
@@ -105,15 +105,15 @@ Library selection is handled by libglvnd and/or libmap.conf.
gl_lib_version = '0.0.0'
files_libglx += files(
'g_glxglvnddispatchfuncs.c',
---- src/intel/vulkan/meson.build.orig 2020-05-30 21:28:01 UTC
+--- src/intel/vulkan/meson.build.orig 2021-02-06 23:04:35 UTC
+++ src/intel/vulkan/meson.build
-@@ -188,7 +188,7 @@ libanv_common = static_library(
+@@ -170,7 +170,7 @@ libanv_common = static_library(
)
libvulkan_intel = shared_library(
- 'vulkan_intel',
+ 'vulkan_intel' + get_option('egl-lib-suffix'),
- [files('anv_gem.c'), anv_entrypoints[0], anv_extensions_h],
+ [files('anv_gem.c'), anv_entrypoints[0]],
include_directories : [
inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_intel, inc_compiler, inc_vulkan_wsi,
--- src/mapi/es1api/meson.build.orig 2020-05-30 21:28:01 UTC