Skip to content

Commit

Permalink
qt5: Note on how to build a slim toolkit
Browse files Browse the repository at this point in the history
This might be helpful if the unfortunate webkit history
starts to repeat.
  • Loading branch information
thomas committed Aug 7, 2019
1 parent 8bf7ae3 commit 72b3051
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions qt5.be0
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ PREFIX=/usr/local/qt5

# build_in_sourcedir

###############################################################################
# NOTE:
# webengine is the new webkit (sigh). To obtain a 'lean and mean' qt toolkit,
# this is the way to dump all web related stuff.
# mee_extract_post() {
# start_cmd rm -rf ${S}/qtweb*
# }

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

0 comments on commit 72b3051

Please sign in to comment.