aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2019-03-19 22:41:33 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2019-03-19 22:41:33 +0000
commita163a4fac17401b8f24fb94513c17703d6cc5f9a (patch)
treeae1cbb674fab3a621bbc6557f8e63c5193e765f5 /Mk
parentd633db0eaf82b362e50a395199bce4d62663af9d (diff)
downloadports-a163a4fac17401b8f24fb94513c17703d6cc5f9a.tar.gz
ports-a163a4fac17401b8f24fb94513c17703d6cc5f9a.zip
Reland r496041 and r496054.
With r496296 we no longer have naming conflicts and can define the wayland component in qt.mk again.
Notes
Notes: svn path=/head/; revision=496297
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/qt.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk
index c606ff79322e..4ab4dc044786 100644
--- a/Mk/Uses/qt.mk
+++ b/Mk/Uses/qt.mk
@@ -317,6 +317,9 @@ qt-uitools_PATH= ${LOCALBASE}/${QT_LIBDIR_REL}/libQt${_QT_LIBVER}UiTools.a
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