From 663c3b36cb74d317cef6fad58cd3f2826947971f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 17 Feb 2018 17:14:58 +0100 Subject: [PATCH] qt5: Do not build QtWebengine as it fails to build [Qt WebEngine fails to build with the error below.][1] ``` ../../3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/aec_state.cc:274:40: error: call of overloaded 'abs(const float&)' is ambiguous std::max(std::abs(*result_x.first), std::abs(*result_x.second)); ^ ``` [1]: https://forum.qt.io/topic/85932/qt-5-10-fails-to-compile/4 --- qt5.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qt5.be0 b/qt5.be0 index 3b9764683..ba20523c0 100755 --- a/qt5.be0 +++ b/qt5.be0 @@ -19,7 +19,8 @@ mee_configure() { -sysconfdir ${SYSCONFDIR} \ -nomake examples \ -opensource \ - -confirm-license + -confirm-license \ + -skip qtwebengine } mee_build() {