diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-27 11:50:43 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-27 19:56:24 +0100 |
commit | f8c39026aa1510eaf62fcedc42bc687d6d8ad6ac (patch) | |
tree | e27355a2223ff85bf026d4063e9686b91f77c51b /recipes-qt/qt5/qtwebengine/0004-dont-fail-libcap-config-test.patch | |
parent | 4d4a34c5d29ef7b730eb9da87b39f91352ef66fa (diff) | |
download | meta-qt5-f8c39026aa1510eaf62fcedc42bc687d6d8ad6ac.tar.gz |
qtwebengine: refresh patches
* drop 0001-eLinux-build-ffmpegsumo-as-well.patch which is already included in 5.4.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0004-dont-fail-libcap-config-test.patch')
-rw-r--r-- | recipes-qt/qt5/qtwebengine/0004-dont-fail-libcap-config-test.patch | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index 897e7e54..00000000 --- a/recipes-qt/qt5/qtwebengine/0004-dont-fail-libcap-config-test.patch +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | diff -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 | |||