wayland: Use dev/evdev/input.h on FreeBSD
authorTing-Wei Lan <lantw@src.gnome.org>
Tue, 1 May 2018 14:28:57 +0000 (22:28 +0800)
committerTing-Wei Lan <lantw@src.gnome.org>
Tue, 1 May 2018 14:28:57 +0000 (22:28 +0800)
commit7fed0b74ed9f9c2d2e39a2776719f93cca8f6043
treef85e03849d593b786c5eeb11962af801c3624cd2
parent1dcb76bc2690e604a2fbc81338c654bdac2be7ad
wayland: Use dev/evdev/input.h on FreeBSD

The header linux/input.h used by GDK is specific to Linux. It is
possible to get a few Linux headers on FreeBSD by installing v4l_compat,
but it is usually better to use the one shipped with FreeBSD.

We prefer dev/evdev/input.h to linux/input.h here, so it will always use
dev/evdev/input.h on FreeBSD regardless of v4l_compat.

https://svnweb.freebsd.org/changeset/ports/465644
config.h.meson
gdk/wayland/gdkdevice-wayland.c
meson.build