summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2016-06-15 10:18:03 -0300
committerHolger Levsen <holger@layer-acht.org>2016-06-15 15:20:55 +0200
commit553ca0aae21c908902c4af2decda11ecca2f2bea (patch)
tree9b302b2778436a9716d00ebb80118cebb0ed2ab1 /bin/chroot-installation.sh
parentb1cbf59e756d93908d6567162fb6655cbf16ff91 (diff)
downloadjenkins.debian.net-553ca0aae21c908902c4af2decda11ecca2f2bea.tar.xz
Only qtquick1 is present in Jessie.
Diffstat (limited to 'bin/chroot-installation.sh')
-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