Skip to content

Commit

Permalink
qt5: Enable Qt WebEngine
Browse files Browse the repository at this point in the history
The build failure reported in commit 663c3b3 (qt5: Do not build
QtWebengine as it fails to build) cannot be reproduced anymore, so
build Qt WebEngine again.
  • Loading branch information
pmenzel committed Apr 9, 2018
1 parent c07edf2 commit 5770ef0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qt5.be0
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -19,8 +19,7 @@ mee_configure() {
-sysconfdir ${SYSCONFDIR} \
-nomake examples \
-opensource \
-confirm-license \
-skip qtwebengine
-confirm-license
}

mee_build() {
Expand Down

0 comments on commit 5770ef0

Please sign in to comment.