summaryrefslogtreecommitdiff
path: root/Mk/Uses/qt-dist.mk
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-08-22 19:01:25 +0200
committerTobias C. Berner <tcberner@FreeBSD.org>2022-08-22 19:03:40 +0200
commitb4e4fe8b7af46413ce8991a082f6ea238b0e4d9d (patch)
treeb7f8c3849d8003dd18d52d62c3f54ea8cb6db6c3 /Mk/Uses/qt-dist.mk
parentqt-dist.mk: expose QT_CMAKEDIR to plist for Qt5 (diff)
qt-dist.mk: cleanup availabe distfile names
Diffstat (limited to 'Mk/Uses/qt-dist.mk')
-rw-r--r--Mk/Uses/qt-dist.mk20
1 files changed, 9 insertions, 11 deletions
diff --git a/Mk/Uses/qt-dist.mk b/Mk/Uses/qt-dist.mk
index 9fd8dcce4d1f..489d4e769d94 100644
--- a/Mk/Uses/qt-dist.mk
+++ b/Mk/Uses/qt-dist.mk
@@ -21,19 +21,17 @@ qmake_ARGS?= # empty
.include "${USESDIR}/qmake.mk"
# Supported distribution arguments
-_QT5_DISTS= 3d activeqt androidextras base charts connectivity datavis3d \
- declarative doc gamepad graphicaleffects imageformats location \
- lottie macextras multimedia networkauth purchasing quick3d quickcontrols \
- quickcontrols2 quicktimeline remoteobjects script scxml sensors serialbus \
- serialport speech svg tools translations virtualkeyboard wayland \
- webchannel webengine webglplugin websockets webview winextras \
+_COMMON_DISTS= 3d base charts datavis3d declarative imageformats multimedia \
+ networkauth quick3d quicktimeline remoteobjects scxml sensors \
+ serialbus serialport svg tools translations virtualkeyboard \
+ wayland webchannel websockets
+_QT5_DISTS= connectivity gamepad graphicaleffects location quickcontrols \
+ quickcontrols2 script speech webengine webglplugin webview \
x11extras xmlpatterns
-_QT6_DISTS= 3d 5compat base charts datavis3d declarative doc imageformats languageserver lottie multimedia quick3d quickcontrols2 \
- quicktimeline networkauth remoteobjects scxml sensors serialbus serialport shadertools svg tools \
- translations virtualkeyboard webchannel webengine \
- websockets webview wayland
+_QT6_DISTS= 5compat doc languageserver lottie shadertools
-_QT_DISTS= ${_QT${_QT_VER}_DISTS}
+_QT_DISTS= ${_COMMON_DISTS} \
+ ${_QT${_QT_VER}_DISTS}
# We only accept one item as an argument. The fetch target further below works
# around this.