diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-07 14:39:37 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-07 16:09:08 +0200 |
commit | 1e41cca4a602b12ccbfbfc46e318c448088e925b (patch) | |
tree | 06ceedf89d93d649f41b9aab7d676b77e4af31bf /recipes-qt/qt5 | |
parent | d24764db1b2c15a19fea9218ceef2c6e782d54ab (diff) | |
download | meta-qt5-1e41cca4a602b12ccbfbfc46e318c448088e925b.tar.gz |
qtwebkit: add qtlocation and qtsensors dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtwebkit.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebkit.inc b/recipes-qt/qt5/qtwebkit.inc index a07fe7e2..66f3af49 100644 --- a/recipes-qt/qt5/qtwebkit.inc +++ b/recipes-qt/qt5/qtwebkit.inc | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://Source/WebCore/rendering/RenderApplet.h;endline=22;md | |||
5 | file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \ | 5 | file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \ |
6 | file://Source/JavaScriptCore/parser/Parser.h;endline=23;md5=b57c8a2952a8d0e655988fa0ecb2bf7f" | 6 | file://Source/JavaScriptCore/parser/Parser.h;endline=23;md5=b57c8a2952a8d0e655988fa0ecb2bf7f" |
7 | 7 | ||
8 | DEPENDS += "qtdeclarative ${ICU} ruby-native sqlite3" | 8 | DEPENDS += "qtdeclarative qtlocation qtsensors ${ICU} ruby-native sqlite3" |
9 | 9 | ||
10 | INC_PR = "r0" | 10 | INC_PR = "r0" |
11 | 11 | ||