diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 5efc35d5..3d139d0b 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -24,7 +24,7 @@ DEPENDS += " \ | |||
24 | " | 24 | " |
25 | 25 | ||
26 | DEPENDS += "yasm-native" | 26 | DEPENDS += "yasm-native" |
27 | EXTRA_QMAKEVARS_PRE += "GYP_CONFIG+=use_system_yasm" | 27 | EXTRA_QMAKEVARS_PRE += "GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0" |
28 | 28 | ||
29 | # To use system ffmpeg you need to enable also libwebp, opus, vpx | 29 | # To use system ffmpeg you need to enable also libwebp, opus, vpx |
30 | # Only depenedencies available in oe-core are enabled by default | 30 | # Only depenedencies available in oe-core are enabled by default |
@@ -105,7 +105,7 @@ RDEPENDS_${PN}-examples += " \ | |||
105 | QT_MODULE_BRANCH_CHROMIUM = "53-based" | 105 | QT_MODULE_BRANCH_CHROMIUM = "53-based" |
106 | 106 | ||
107 | SRC_URI += " \ | 107 | SRC_URI += " \ |
108 | ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \ | 108 | ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ |
109 | file://0001-functions.prf-Don-t-match-QMAKE_EXT_CPP-or-QMAKE_EXT.patch \ | 109 | file://0001-functions.prf-Don-t-match-QMAKE_EXT_CPP-or-QMAKE_EXT.patch \ |
110 | file://0002-functions.prf-Make-sure-we-only-use-the-file-name-to.patch \ | 110 | file://0002-functions.prf-Make-sure-we-only-use-the-file-name-to.patch \ |
111 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ | 111 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ |