git: 808b46156833 - main - graphics/wrapland: unbreak build after 5d998836b36f

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 10 Nov 2021 10:58:45 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=808b461568336a1bf332bc0b7b56db5851c9fb66

commit 808b461568336a1bf332bc0b7b56db5851c9fb66
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

    graphics/wrapland: unbreak build after 5d998836b36f
    
    server/pointer_pool.cpp:19:10: fatal error: 'linux/input-event-codes.h' file not found
     #include <linux/input-event-codes.h>
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    Pointy hat to:  manu
---
 graphics/wrapland/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/wrapland/Makefile b/graphics/wrapland/Makefile
index b24c45084342..012192eb0811 100644
--- a/graphics/wrapland/Makefile
+++ b/graphics/wrapland/Makefile
@@ -9,7 +9,8 @@ COMMENT=	Qt/C++ library wrapping libwayland
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
-BUILD_DEPENDS=	wayland-protocols>=1.22:graphics/wayland-protocols
+BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
+		wayland-protocols>=1.22:graphics/wayland-protocols
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 TEST_DEPENDS=	${qt-testlib_PORT:T}>0:${qt-testlib_PORT}