summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine
diff options
context:
space:
mode:
authorStephan Binner <stephan.binner@basyskom.com>2015-02-26 13:30:06 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-02-27 17:50:32 +0100
commite87cd44fba14319cedd6195a227f468671f568cd (patch)
treebd27b930065561b77a14ddb5870da98589066b06 /recipes-qt/qt5/qtwebengine
parent085df473cf381e0464d8875a5332aff2d0c44a9f (diff)
downloadmeta-qt5-e87cd44fba14319cedd6195a227f468671f568cd.tar.gz
recipes: upgrade from 5.4.0 to 5.4.1
Signed-off-by: Stephan Binner <stephan.binner@basyskom.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine')
-rw-r--r--recipes-qt/qt5/qtwebengine/0004-dont-fail-libcap-config-test.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0004-dont-fail-libcap-config-test.patch b/recipes-qt/qt5/qtwebengine/0004-dont-fail-libcap-config-test.patch
new file mode 100644
index 00000000..897e7e54
--- /dev/null
+++ b/recipes-qt/qt5/qtwebengine/0004-dont-fail-libcap-config-test.patch
@@ -0,0 +1,13 @@
1diff -u -r1.1 tools/qmake/mkspecs/features/configure.prf
2--- a/tools/qmake/mkspecs/features/configure.prf 2015/02/04 10:24:55 1.1
3+++ b/tools/qmake/mkspecs/features/configure.prf 2015/02/04 10:26:52
4@@ -20,7 +20,7 @@
5 qtCompileTest($$test)
6 }
7 # libcap-dev package doesn't ship .pc files on Ubuntu.
8- linux:!config_libcap:skipBuild("libcap appears to be missing")
9+ #linux:!config_libcap:skipBuild("libcap appears to be missing")
10 contains(QT_CONFIG, xcb) {
11 for(package, $$list("libdrm xcomposite xi xrandr")) {
12 !packagesExist($$package):skipBuild("Unmet dependency: $$package")
13