X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=meson.build;h=be007953c8b8597491e792219d070f9ef96bc091;hb=3be890a3a6844292177b5524bd94b6c88fb5fb6e;hp=b79a378776a1c165fcf1c2a77e8b17c557d56645;hpb=0398caa97fa6ab9a0eac29dfca38b3fceb2cc026;p=mesa.git diff --git a/meson.build b/meson.build index b79a378776a..be007953c8b 100644 --- a/meson.build +++ b/meson.build @@ -1206,7 +1206,7 @@ if not ['linux'].contains(host_machine.system()) endif endif -foreach h : ['xlocale.h', 'linux/futex.h', 'endian.h', 'dlfcn.h', 'execinfo.h', 'sys/shm.h', 'cet.h'] +foreach h : ['xlocale.h', 'linux/futex.h', 'endian.h', 'dlfcn.h', 'execinfo.h', 'sys/shm.h', 'cet.h', 'pthread_np.h'] if cc.check_header(h) pre_args += '-DHAVE_@0@'.format(h.to_upper().underscorify()) endif