Re: [PATCH libinput] FreeBSD portability fixes

2017-12-01 Thread Greg V
On 12/01/2017 03:10, Peter Hutterer wrote: is there a freebsd image on the docker registry that's reliable? adding this to circleci seems like the only way to make sure it keeps building. CircleCI doesn't allow nested KVM so I guess you can only run slow software emulation in qemu… But you can

Re: [PATCH libinput] FreeBSD portability fixes

2017-11-30 Thread Peter Hutterer
On Thu, Nov 23, 2017 at 09:15:27PM +0300, Greg V wrote: > - some items in meson were missing a dependency on udev > - libdl does not exist on FreeBSD, dlopen is in libc > - no linux/types.h on FreeBSD > - stdarg.h included when variadic functions are used > - and other fixes > --- > include/linux/

[PATCH libinput] FreeBSD portability fixes

2017-11-29 Thread Greg V
- some items in meson were missing a dependency on udev - libdl does not exist on FreeBSD, dlopen is in libc - no linux/types.h on FreeBSD - stdarg.h included when variadic functions are used - and other fixes --- include/linux/input.h | 11 +++ meson.build | 9 +