Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2019 21:46:25 +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: r491518 - head/x11-toolkits/wlroots
Message-ID:  <201901282146.x0SLkPOt053497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Jan 28 21:46:24 2019
New Revision: 491518
URL: https://svnweb.freebsd.org/changeset/ports/491518

Log:
  x11-toolkits/wlroots: drop xkeyboard-config dependency after r490981
  
  wlroots unlike sway doesn't require working keyboard input but both
  expect xkb_context_new(XKB_CONTEXT_NO_FLAGS) to just work.

Modified:
  head/x11-toolkits/wlroots/Makefile   (contents, props changed)

Modified: head/x11-toolkits/wlroots/Makefile
==============================================================================
--- head/x11-toolkits/wlroots/Makefile	Mon Jan 28 20:49:06 2019	(r491517)
+++ head/x11-toolkits/wlroots/Makefile	Mon Jan 28 21:46:24 2019	(r491518)
@@ -18,7 +18,6 @@ LIB_DEPENDS=	libudev.so:devel/libudev-devd \
 		libwayland-egl.so:graphics/wayland \
 		libinput.so:x11/libinput \
 		libxkbcommon.so:x11/libxkbcommon
-RUN_DEPENDS=	xkeyboard-config>0:x11/xkeyboard-config
 
 USES=		compiler:c11 gl meson pkgconfig
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901282146.x0SLkPOt053497>