X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=meson.build;h=ea9dca71afc785abe42dac2a00ea285af5b532b2;hb=1395503424391db4aba05bd68a8288f426992d56;hp=9c8768bbad0af0320b78c639b61068e2f2f99f91;hpb=b816edcbf40abca1e3d68b1a706f5670b3fcf4d7;p=mesa.git diff --git a/meson.build b/meson.build index 9c8768bbad0..ea9dca71afc 100644 --- a/meson.build +++ b/meson.build @@ -62,6 +62,7 @@ if with_tools.contains('all') 'glsl', 'intel', 'intel-ui', + 'lima', 'nir', 'nouveau', 'xvmc', @@ -1034,7 +1035,7 @@ elif cc.has_header_symbol('sys/mkdev.h', 'major') pre_args += '-DMAJOR_IN_MKDEV' endif -foreach h : ['xlocale.h', 'sys/sysctl.h', 'linux/futex.h', 'endian.h', 'dlfcn.h', 'execinfo.h', 'sys/shm.h'] +foreach h : ['xlocale.h', 'sys/sysctl.h', 'linux/futex.h', 'endian.h', 'dlfcn.h', 'execinfo.h', 'sys/shm.h', 'cet.h'] if cc.compiles('#include <@0@>'.format(h), name : '@0@'.format(h)) pre_args += '-DHAVE_@0@'.format(h.to_upper().underscorify()) endif