svn commit: r545086 - head/x11/lavalauncher

Jan Beich jbeich at FreeBSD.org
Sun Aug 16 01:55:45 UTC 2020


Author: jbeich
Date: Sun Aug 16 01:55:44 2020
New Revision: 545086
URL: https://svnweb.freebsd.org/changeset/ports/545086

Log:
  x11/lavalauncher: drop unused evdev-proto
  
  linux/input-event-codes.h is not used until
  https://git.sr.ht/~leon_plickat/lavalauncher/commit/45dc44e79a75

Modified:
  head/x11/lavalauncher/Makefile   (contents, props changed)

Modified: head/x11/lavalauncher/Makefile
==============================================================================
--- head/x11/lavalauncher/Makefile	Sun Aug 16 00:46:16 2020	(r545085)
+++ head/x11/lavalauncher/Makefile	Sun Aug 16 01:55:44 2020	(r545086)
@@ -15,8 +15,7 @@ COMMENT=	Simple launcher for Wayland
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
-		wayland-protocols>0:graphics/wayland-protocols
+BUILD_DEPENDS=	wayland-protocols>0:graphics/wayland-protocols
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 
 USES=		compiler:c11 gnome localbase meson pkgconfig


More information about the svn-ports-head mailing list