Re: [Mesa-dev] [PATCH] meson: fix some defines misspelled errors in meson.build

2018-01-23 Thread Dylan Baker
This needs to go into the 18.0 release. CC'ing stable. Quoting Eric Engestrom (2018-01-23 07:46:14) > On Tuesday, 2018-01-23 15:49:43 +0100, Marc Dietrich wrote: > > Defines > > - HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL > > - HAVE_FUNC_ATTRIBUTE_VISIBILITY > > were misspelled. > > Wow, good catch! >

Re: [Mesa-dev] [PATCH] meson: fix some defines misspelled errors in meson.build

2018-01-23 Thread Eric Engestrom
On Tuesday, 2018-01-23 15:49:43 +0100, Marc Dietrich wrote: > Defines > - HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL > - HAVE_FUNC_ATTRIBUTE_VISIBILITY > were misspelled. Wow, good catch! Reviewed-by: Eric Engestrom and pushed :) Out of curiosity, did you find those by hand, or do you have a tool that

[Mesa-dev] [PATCH] meson: fix some defines misspelled errors in meson.build

2018-01-23 Thread Marc Dietrich
Defines - HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL - HAVE_FUNC_ATTRIBUTE_VISIBILITY were misspelled. Signed-off-by: Marc Dietrich --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index c95c44641f..9e3b98641f 100644 --- a/meson.build +++