[PATCH libdrm 2/2] meson: detect alloca.h
Eric Engestrom
eric.engestrom at imgtec.com
Tue Mar 13 14:54:12 UTC 2018
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
More information about the dri-devel
mailing list