Re: [PATCH libdrm 2/2] meson.build: Fix meson script on FreeBSD

2019-06-16 Thread Niclas Zeising
On 2019-06-16 15:16, Emil Velikov wrote: On Mon, 3 Jun 2019 at 08:41, Niclas Zeising wrote: FreeBSD requires sys/types.h for sys/sysctl.h, add it as part of the includes when checking for headers. Instead of splitting out the check for sys/sysctl.h from the other header checks, just add sys/ty

Re: [PATCH libdrm 2/2] meson.build: Fix meson script on FreeBSD

2019-06-16 Thread Emil Velikov
On Mon, 3 Jun 2019 at 08:41, Niclas Zeising wrote: > > FreeBSD requires sys/types.h for sys/sysctl.h, add it as part of the > includes when checking for headers. > Instead of splitting out the check for sys/sysctl.h from the other > header checks, just add sys/types.h to all header checks. > If he