Skip to content

Commit

Permalink
qt5: Build webengine with bundled libevent
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Nov 8, 2019
1 parent 8f6c123 commit 99d7608
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions qt5.be0
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ PREFIX=/usr/local/qt5
# start_cmd rm -rf ${S}/qtweb*
# }

# At the time of building the system libevent is a complete mess. But it also makes
# sense to keep this in future builds.
mee_configure_pre() {
start_cmd sed -e '/webengine-system-libevent/ s/=true\s*$/=false/' -i ${S}/qtwebengine/src/core/config/linux.pri
}

mee_configure() {
start_cmd ${S}/configure \
-prefix ${PREFIX} \
Expand Down

0 comments on commit 99d7608

Please sign in to comment.