From 5770ef0cb38a02e323a7d0669a79f99269f4483c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 6 Apr 2018 11:14:17 +0200 Subject: [PATCH] qt5: Enable Qt WebEngine The build failure reported in commit 663c3b36 (qt5: Do not build QtWebengine as it fails to build) cannot be reproduced anymore, so build Qt WebEngine again. --- qt5.be0 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qt5.be0 b/qt5.be0 index 9e5fa7fbd..7b06f5535 100755 --- a/qt5.be0 +++ b/qt5.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION qt5-5.10.1-0 +# BEE_VERSION qt5-5.10.1-1 SRCURL[0]="https://download.qt.io/archive/qt/${PKGVERSION[2]}/${PKGVERSION}/single/qt-everywhere-src-${PKGVERSION}.tar.xz" @@ -19,8 +19,7 @@ mee_configure() { -sysconfdir ${SYSCONFDIR} \ -nomake examples \ -opensource \ - -confirm-license \ - -skip qtwebengine + -confirm-license } mee_build() {