svn commit: r496041 - head/Mk/Uses

Tobias C. Berner tcberner at FreeBSD.org
Sun Mar 17 09:15:16 UTC 2019


Author: tcberner
Date: Sun Mar 17 09:15:15 2019
New Revision: 496041
URL: https://svnweb.freebsd.org/changeset/ports/496041

Log:
  qt.mk: add wayland component
  
  Reported by:	tobik

Modified:
  head/Mk/Uses/qt.mk

Modified: head/Mk/Uses/qt.mk
==============================================================================
--- head/Mk/Uses/qt.mk	Sun Mar 17 09:10:35 2019	(r496040)
+++ head/Mk/Uses/qt.mk	Sun Mar 17 09:15:15 2019	(r496041)
@@ -431,6 +431,9 @@ uitools_PATH=		${LOCALBASE}/${QT_LIBDIR_REL}/libQt${_Q
 virtualkeyboard_PORT=	x11-toolkits/${_QT_RELNAME}-virtualkeyboard
 virtualkeyboard_PATH=	${LOCALBASE}/${QT_PLUGINDIR_REL}/platforminputcontexts/libqtvirtualkeyboardplugin.so
 
+wayland_PORT=		graphics/${_QT_RELNAME}-wayland
+wayland_LIB=		ibQt${_QT_LIBVER}WaylandClient.so
+
 webchannel_PORT=	www/${_QT_RELNAME}-webchannel
 webchannel_LIB=		libQt${_QT_LIBVER}WebChannel.so
 


More information about the svn-ports-head mailing list