Skip to content

Commit

Permalink
qtwebengine: disable generate_character_data
Browse files Browse the repository at this point in the history
* qtwebengine 5.8 fails to build it, because it mixes binaries for x86_64 host and x86 target when building for qemux86 on 64bit host
  https://bugreports.qt.io/browse/QTBUG-57705

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  • Loading branch information
shr-project committed Feb 3, 2017
1 parent 9ed8210 commit aa6551d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-qt/qt5/qtwebengine_git.bb
Expand Up @@ -24,7 +24,7 @@ DEPENDS += " \
"

DEPENDS += "yasm-native"
EXTRA_QMAKEVARS_PRE += "GYP_CONFIG+=use_system_yasm"
EXTRA_QMAKEVARS_PRE += "GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0"

# To use system ffmpeg you need to enable also libwebp, opus, vpx
# Only depenedencies available in oe-core are enabled by default
Expand Down

0 comments on commit aa6551d

Please sign in to comment.