diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-22 15:08:39 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2022-08-22 15:09:34 +0200 |
commit | 9387d99dbb7445f12df595e41fa18f5c8b98e147 (patch) | |
tree | f0b840f9b3ef303d11bf327cf638bfecda347775 /Mk | |
parent | x11-servers/xwayland-devel: update to 21.0.99.1.266 (diff) |
multimedia/qt6-multimedia: new port
This adds the missing Qt 6 multimedia module to the tree.
As with the rest of the Qt 6 ports, we first need to figure
out what is actually required by other ports before we can
finalize them.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/qt-dist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/qt-dist.mk b/Mk/Uses/qt-dist.mk index a963233bf159..ce08c2e5f88d 100644 --- a/Mk/Uses/qt-dist.mk +++ b/Mk/Uses/qt-dist.mk @@ -28,7 +28,7 @@ _QT5_DISTS= 3d activeqt androidextras base charts connectivity datavis3d \ serialport speech svg tools translations virtualkeyboard wayland \ webchannel webengine webglplugin websockets webview winextras \ x11extras xmlpatterns -_QT6_DISTS= 3d 5compat base declarative doc imageformats quick3d quickcontrols2 \ +_QT6_DISTS= 3d 5compat base declarative doc imageformats multimedia quick3d quickcontrols2 \ quicktimeline networkauth shadertools svg tools translations webengine wayland _QT_DISTS= ${_QT${_QT_VER}_DISTS} |