diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-11-10 09:24:08 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-11-10 10:58:09 +0000 |
commit | b68bef1f6425117cd0d0d95626178db4c4fb3073 (patch) | |
tree | 6db0c489ca5bcde5eb3ff526e755d1dad930e7c1 | |
parent | 808b461568336a1bf332bc0b7b56db5851c9fb66 (diff) |
x11-wm/kwinft: unbreak build after 5d998836b36f
input/filters/window_selector.cpp:19:10: fatal error: 'linux/input.h' file not found
#include <linux/input.h>
^~~~~~~~~~~~~~~
Pointy hat to: manu
-rw-r--r-- | x11-wm/kwinft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/kwinft/Makefile b/x11-wm/kwinft/Makefile index 27c6818e6660..f6fa34ec2a32 100644 --- a/x11-wm/kwinft/Makefile +++ b/x11-wm/kwinft/Makefile @@ -13,6 +13,7 @@ COMMENT= Wayland compositor and X11 window manager LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libwayland-server.so:graphics/wayland \ libWraplandServer.so:graphics/wrapland \ |