diff options
author | Christopher Larson <chris_larson@mentor.com> | 2019-11-23 03:10:25 +0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2019-11-28 04:55:13 +0100 |
commit | 4f3ed3ed490f092f53a4ff4a78e331c0e4886350 (patch) | |
tree | 9bef0da4395bf347cd89e1810505ade81b039eb2 | |
parent | 456ec4ac9560ba184e1a20ee491b0365713edadb (diff) | |
download | meta-qt5-4f3ed3ed490f092f53a4ff4a78e331c0e4886350.tar.gz |
qtwebkit: add missing flex-native dep
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
-rw-r--r-- | recipes-qt/qt5/qtwebkit_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index 5138e99f..abf63097 100644 --- a/recipes-qt/qt5/qtwebkit_git.bb +++ b/recipes-qt/qt5/qtwebkit_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \ | |||
7 | file://Source/JavaScriptCore/parser/Parser.h;endline=21;md5=bd69f72183a7af673863f057576e21ee \ | 7 | file://Source/JavaScriptCore/parser/Parser.h;endline=21;md5=bd69f72183a7af673863f057576e21ee \ |
8 | " | 8 | " |
9 | 9 | ||
10 | DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-native bison-native" | 10 | DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-native bison-native flex-native" |
11 | 11 | ||
12 | # Patches from https://github.com/meta-qt5/qtwebkit/commits/b5.13 | 12 | # Patches from https://github.com/meta-qt5/qtwebkit/commits/b5.13 |
13 | # 5.13.meta-qt5.1 | 13 | # 5.13.meta-qt5.1 |