diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-09-12 22:59:56 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-09-13 00:17:15 +0000 |
commit | b661483bb08398365a3ae1fe83adc1e89d4e3019 (patch) | |
tree | c6b63eddbc9f6dcfb4e7777ce5c654a78bdc9afa /graphics/mesa-devel/files/patch-suffix | |
parent | x11-wm/sway-devel: update to 1.7.121 (diff) |
graphics/mesa-devel: update to 22.2.b.2060
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/95cea62a9b7...5f68262de31
Diffstat (limited to 'graphics/mesa-devel/files/patch-suffix')
-rw-r--r-- | graphics/mesa-devel/files/patch-suffix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix index cc49694225f2..08a324710606 100644 --- a/graphics/mesa-devel/files/patch-suffix +++ b/graphics/mesa-devel/files/patch-suffix @@ -88,17 +88,17 @@ Library selection is handled by libglvnd and/or libmap.conf. static const char *search_path_vars[] = { /* Read GBM_DRIVERS_PATH first for compatibility, but LIBGL_DRIVERS_PATH * is recommended over GBM_DRIVERS_PATH. ---- src/gbm/meson.build.orig 2020-05-30 21:28:01 UTC +--- src/gbm/meson.build.orig 2022-09-12 22:59:56 UTC +++ src/gbm/meson.build -@@ -44,7 +44,7 @@ if with_platform_wayland +@@ -52,7 +52,7 @@ libgbm = shared_library( endif libgbm = shared_library( -- 'gbm', -+ 'gbm' + get_option('egl-lib-suffix'), +- libgbm_name, ++ libgbm_name + get_option('egl-lib-suffix'), files_gbm, include_directories : incs_gbm, - c_args : [c_vis_args, args_gbm], + c_args : [args_gbm], --- src/glx/meson.build.orig 2020-12-03 22:36:27 UTC +++ src/glx/meson.build @@ -108,10 +108,10 @@ elif with_dri_platform == 'windows' |