diff options
Diffstat (limited to 'bin/chroot-installation.sh')
-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 |