git: 9ef0e8716fa3 - 2024Q2 - x11-toolkits/wlroots-devel: unbreak X11=off build after 4aaa83fcff45
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 May 2024 20:42:39 UTC
The branch 2024Q2 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ef0e8716fa3a0481466ded338c98690dff86085 commit 9ef0e8716fa3a0481466ded338c98690dff86085 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2024-05-27 20:38:04 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2024-05-27 20:42:20 +0000 x11-toolkits/wlroots-devel: unbreak X11=off build after 4aaa83fcff45 ../backend/libinput/tablet_tool.c:4:10: fatal error: 'linux/input.h' file not found #include <linux/input.h> ^~~~~~~~~~~~~~~ https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/94dbb3cfb529 (cherry picked from commit b2de74f1e7e041e1d0498a75030b173b5aed7bce) --- x11-toolkits/wlroots-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/wlroots-devel/Makefile b/x11-toolkits/wlroots-devel/Makefile index d18b2841fa0a..baea494c8a8b 100644 --- a/x11-toolkits/wlroots-devel/Makefile +++ b/x11-toolkits/wlroots-devel/Makefile @@ -41,7 +41,8 @@ OPTIONS_DEFAULT=DRM OPENGL VULKAN X11 OPTIONS_SUB= yes DRM_DESC= KMS console support -DRM_BUILD_DEPENDS= hwdata>0:misc/hwdata +DRM_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ + hwdata>0:misc/hwdata DRM_LIB_DEPENDS= libudev.so:devel/libudev-devd \ libliftoff.so:graphics/libliftoff \ libdisplay-info.so:sysutils/libdisplay-info \