svn commit: r496297 - head/Mk/Uses

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Mar 19 22:41:34 UTC 2019


Author: rakuco
Date: Tue Mar 19 22:41:33 2019
New Revision: 496297
URL: https://svnweb.freebsd.org/changeset/ports/496297

Log:
  Reland r496041 and r496054.
  
  With r496296 we no longer have naming conflicts and can define the wayland
  component in qt.mk again.

Modified:
  head/Mk/Uses/qt.mk

Modified: head/Mk/Uses/qt.mk
==============================================================================
--- head/Mk/Uses/qt.mk	Tue Mar 19 22:34:16 2019	(r496296)
+++ head/Mk/Uses/qt.mk	Tue Mar 19 22:41:33 2019	(r496297)
@@ -317,6 +317,9 @@ qt-uitools_PATH=	${LOCALBASE}/${QT_LIBDIR_REL}/libQt${
 qt-virtualkeyboard_PORT=	x11-toolkits/${_QT_RELNAME}-virtualkeyboard
 qt-virtualkeyboard_PATH=	${LOCALBASE}/${QT_PLUGINDIR_REL}/platforminputcontexts/libqtvirtualkeyboardplugin.so
 
+qt-wayland_PORT=	graphics/${_QT_RELNAME}-wayland
+qt-wayland_LIB=		libQt${_QT_LIBVER}WaylandClient.so
+
 qt-webchannel_PORT=	www/${_QT_RELNAME}-webchannel
 qt-webchannel_LIB=	libQt${_QT_LIBVER}WebChannel.so
 


More information about the svn-ports-all mailing list