Date: Sun, 16 Aug 2020 01:55:45 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545086 - head/x11/lavalauncher Message-ID: <202008160155.07G1tjD7061496@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008160155.07G1tjD7061496>