Date: Tue, 19 Mar 2019 22:41:34 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496297 - head/Mk/Uses Message-ID: <201903192241.x2JMfY3j020461@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903192241.x2JMfY3j020461>