Re: [PATCH libdrm] meson.build: Don't detect header for linux

2020-03-29 Thread Eric Engestrom
On Wednesday, 2020-01-29 09:53:16 +, Eric Engestrom wrote: > On Friday, 2020-01-10 13:30:41 +0900, Seung-Woo Kim wrote: > > The header is not required for Linux and GNU libc > > 2.30 starts to warn about Linux specific header > > deprecation. Don't detect header for linux. > > > > Signed-of

Re: [PATCH libdrm] meson.build: Don't detect header for linux

2020-01-29 Thread Eric Engestrom
On Friday, 2020-01-10 13:30:41 +0900, Seung-Woo Kim wrote: > The header is not required for Linux and GNU libc > 2.30 starts to warn about Linux specific header > deprecation. Don't detect header for linux. > > Signed-off-by: Seung-Woo Kim > --- > Fix meson.build script instead of code itself

[PATCH libdrm] meson.build: Don't detect header for linux

2020-01-09 Thread Seung-Woo Kim
The header is not required for Linux and GNU libc 2.30 starts to warn about Linux specific header deprecation. Don't detect header for linux. Signed-off-by: Seung-Woo Kim --- Fix meson.build script instead of code itself as commented below: https://patchwork.kernel.org/patch/11325345/ --- mes