git: 3c31f499a85f - main - x11/showmethekey: unbreak build after 5d998836b36f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Nov 2021 10:58:42 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3c31f499a85f96abd316f00021261fecaf65cc37
commit 3c31f499a85f96abd316f00021261fecaf65cc37
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/showmethekey: unbreak build after 5d998836b36f
In file included from ../showmethekey-cli/main.c:16:
/usr/local/include/libevdev-1.0/libevdev/libevdev.h:30:10: fatal error: 'linux/input.h' file not found
^~~~~~~~~~~~~~~
Pointy hat to: manu
---
x11/showmethekey/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11/showmethekey/Makefile b/x11/showmethekey/Makefile
index 54898230d940..0a65137918b5 100644
--- a/x11/showmethekey/Makefile
+++ b/x11/showmethekey/Makefile
@@ -8,6 +8,7 @@ COMMENT= Show keys you typed on screen
LICENSE= APACHE20
+BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libevdev.so:devel/libevdev \
libudev.so:devel/libudev-devd \