[PATCH libdrm 2/2] meson: detect alloca.h
Dylan Baker
dylan at pnwbakers.com
Tue Mar 13 18:38:55 UTC 2018
Quoting Eric Engestrom (2018-03-13 07:54:12)
> amdgpu makes use of it
>
> Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
> ---
> meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index 3a33928d02a6dce5f075..f7986af9bb5259be5da5 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -186,7 +186,7 @@ else
> dep_rt = []
> endif
> dep_m = cc.find_library('m', required : false)
> -foreach header : ['sys/sysctl.h', 'sys/select.h']
> +foreach header : ['sys/sysctl.h', 'sys/select.h', 'alloca.h']
> if cc.compiles('#include <@0@>'.format(header), name : '@0@ works'.format(header))
> config.set10('HAVE_' + header.underscorify().to_upper(), true)
> endif
> --
> Cheers,
> Eric
>
for the series:
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20180313/d788733d/attachment.sig>
More information about the dri-devel
mailing list