diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2016-06-15 10:18:03 -0300 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-15 15:20:55 +0200 |
commit | 553ca0aae21c908902c4af2decda11ecca2f2bea (patch) | |
tree | 9b302b2778436a9716d00ebb80118cebb0ed2ab1 | |
parent | b1cbf59e756d93908d6567162fb6655cbf16ff91 (diff) | |
download | jenkins.debian.net-553ca0aae21c908902c4af2decda11ecca2f2bea.tar.xz |
Only qtquick1 is present in Jessie.
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
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 |