kwin/src/wayland/tests
Vlad Zahorodnii a711f90a69 Include linux/input.h without performing any checks
Currently drag-and-drop doesn't work on FreeBSD because relevant input
parts of kwayland-server are not compiled there.

HAVE_LINUX_INPUT_H is set to 0 on FreeBSD because linux/input.h is in
/usr/local/include and check_include_file() doesn't look there.

Regardless of that, as FreeBSD developers pointed out, including
linux/input.h is the recommended way to get input event codes so let's
make it a hard dependency.
2021-12-17 13:12:31 +02:00
..
CMakeLists.txt Include linux/input.h without performing any checks 2021-12-17 13:12:31 +02:00
copyclient.cpp Run clang-format 2021-08-29 07:11:06 +02:00
dpmstest.cpp Run clang-format 2021-08-29 07:11:06 +02:00
paneltest.cpp Run clang-format 2021-08-29 07:11:06 +02:00
pasteclient.cpp Run clang-format 2021-08-29 07:11:06 +02:00
plasmasurfacetest.cpp Run clang-format 2021-08-29 07:11:06 +02:00
renderingservertest.cpp Run clang-format 2021-08-29 07:11:06 +02:00
shadowtest.cpp Run clang-format 2021-08-29 07:11:06 +02:00
subsurfacetest.cpp Run clang-format 2021-08-29 07:11:06 +02:00
touchclienttest.cpp Run clang-format 2021-08-29 07:11:06 +02:00
touchclienttest.h migrate ifndef to pragma once 2021-03-10 20:16:46 +00:00
waylandservertest.cpp Run clang-format 2021-08-29 07:11:06 +02:00
xdgforeigntest.cpp Run clang-format 2021-08-29 07:11:06 +02:00
xdgtest.cpp Run clang-format 2021-08-29 07:11:06 +02:00