Skip to content

Commit

Permalink
qt5: Do not build QtWebengine as it fails to build
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
pmenzel committed Mar 12, 2018
1 parent bd46994 commit 663c3b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qt5.be0
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ mee_configure() {
-sysconfdir ${SYSCONFDIR} \
-nomake examples \
-opensource \
-confirm-license
-confirm-license \
-skip qtwebengine
}

mee_build() {
Expand Down

0 comments on commit 663c3b3

Please sign in to comment.