diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-08-03 01:47:11 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-08-03 01:47:11 +0800 |
commit | a6fb678a09cd631b9204611dc36b1c0c065565bb (patch) | |
tree | 0a22a60e79baf2e4803165443c14a9661fd1808e /Mk/bsd.qt.mk | |
parent | c8c9878de85bf46c41b488d7b81f4ad926553882 (diff) | |
download | freebsd-ports-gnome-a6fb678a09cd631b9204611dc36b1c0c065565bb.tar.gz freebsd-ports-gnome-a6fb678a09cd631b9204611dc36b1c0c065565bb.tar.zst freebsd-ports-gnome-a6fb678a09cd631b9204611dc36b1c0c065565bb.zip |
New port: graphics/qt5-wayland
Marketing blurb [1]:
QtWayland is a Qt 5 module that wraps the functionality of Wayland.
QtWayland is separated into a client and server side. The client side
is the wayland platform plugin, and provides a way to run Qt applications
as Wayland clients. The server side is the QtCompositor API, and allows
users to write their own Wayland compositors.
This is mostly needed at the moment to make upstream KDE-CI happy, therefore
we don't wire it into the metaport devel/qt5.
It requires a little change to devel/qt5-qmake, as we needed to modify the
installed bsd.conf to know about wayland/egl.
Created together with Adriaan de Groot <groot@kde.org>.
Reviewed by: rakuco, groot_kde.org
Differential Revision: https://reviews.freebsd.org/D11744
Diffstat (limited to 'Mk/bsd.qt.mk')
-rw-r--r-- | Mk/bsd.qt.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk index 1ea1fdce288b..a9c2c9f29688 100644 --- a/Mk/bsd.qt.mk +++ b/Mk/bsd.qt.mk @@ -92,7 +92,7 @@ QT_DIST= 3d base canvas3d charts connectivity datavis3d declarative \ declarative-render2d gamepad graphicaleffects imageformats \ location multimedia quickcontrols quickcontrols2 script scxml \ sensors serialbus serialport svg tools translations \ - virtualkeyboard webchannel webkit websockets x11extras \ + virtualkeyboard wayland webchannel webkit websockets x11extras \ xmlpatterns . endif . endif @@ -320,7 +320,7 @@ _USE_QT5_ONLY= 3d buildtools canvas3d charts concurrent connectivity \ graphicaleffects location paths phonon4 plugininfo printsupport \ qdbus qdoc qdoc-data qev qml quick quickcontrols \ quickcontrols2 scxml sensors serialbus serialport \ - sql-tds uiplugin uitools virtualkeyboard webchannel \ + sql-tds uiplugin uitools virtualkeyboard wayland webchannel \ websockets websockets-qml widgets x11extras 3d_PORT= graphics/${_QT_RELNAME}-3d |