git: b68bef1f6425 - main - x11-wm/kwinft: unbreak build after 5d998836b36f
Date: Wed, 10 Nov 2021 10:58:46 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=b68bef1f6425117cd0d0d95626178db4c4fb3073 commit b68bef1f6425117cd0d0d95626178db4c4fb3073 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-11-10 09:24:08 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-11-10 10:58:09 +0000 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 --- x11-wm/kwinft/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \