summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index ce7a2479..097a2968 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -243,7 +243,7 @@ if [ "$2" != "" ] ; then
qt5) # qt5 is >=jessie…
if [ "$DISTRO" = "jessie" ] ; then
# only in jessie, removed for stretch
- QT_EXTRA="qt3d-opensource-src qtquick1-opensource-src"
+ QT_EXTRA="qtquick1-opensource-src"
else
QT_EXTRA=""
fi