diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-02-25 00:31:58 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-02-25 00:31:58 +0000 |
commit | f640e462f7d32adb85b42fd88c1d88147d4dd0ba (patch) | |
tree | d3708c336f48d1e3c02137a583cc0fe8040db6af /graphics/mesa-devel/files/patch-suffix | |
parent | emulators/rpcs3: update to 0.0.14.11816 (diff) |
graphics/mesa-devel: update to 21.0.b.2294
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/60726ed0d31...05d0514a8fc
Notes
Notes:
svn path=/head/; revision=566514
Diffstat (limited to 'graphics/mesa-devel/files/patch-suffix')
-rw-r--r-- | graphics/mesa-devel/files/patch-suffix | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/mesa-devel/files/patch-suffix b/graphics/mesa-devel/files/patch-suffix index c184d2fa4a76..1f9cf9358d2c 100644 --- a/graphics/mesa-devel/files/patch-suffix +++ b/graphics/mesa-devel/files/patch-suffix @@ -149,9 +149,9 @@ Library selection is handled by libglvnd and/or libmap.conf. [files_mapi_glapi, files_mapi_util, shared_glapi_mapi_tmp_h], c_args : [ _glapi_c_args, ---- src/util/meson.build.orig 2020-05-30 21:28:01 UTC +--- src/util/meson.build.orig 2021-02-24 18:55:02 UTC +++ src/util/meson.build -@@ -122,7 +122,7 @@ files_mesa_util = files( +@@ -135,7 +135,7 @@ files_mesa_util = files( 'xxhash.h', ) @@ -160,3 +160,12 @@ Library selection is handled by libglvnd and/or libmap.conf. install_data(files_drirc, install_dir : join_paths(get_option('datadir'), 'drirc.d')) +@@ -158,7 +158,7 @@ files_xmlconfig = files( + + files_xmlconfig += custom_target( + 'driconf_static.h', +- input: ['driconf_static.py', '00-mesa-defaults.conf'], ++ input: ['driconf_static.py', '00-mesa@0@-defaults.conf'.format(get_option('egl-lib-suffix'))], + output: 'driconf_static.h', + command: [ + prog_python, '@INPUT0@', '@INPUT1@', '@OUTPUT@' |