From ca1042b8feb8cac2ac1ca835ac67d0ad6d373d0c Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 27 Feb 2015 20:58:35 +0100 Subject: qtwebengine: fix executing config tests instead of ignoring libcap test failure Signed-off-by: Martin Jansa --- ...ure.prf-don-t-fail-when-libcap-test-fails.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 recipes-qt/qt5/qtwebengine-git/0004-configure.prf-don-t-fail-when-libcap-test-fails.patch (limited to 'recipes-qt/qt5/qtwebengine-git') diff --git a/recipes-qt/qt5/qtwebengine-git/0004-configure.prf-don-t-fail-when-libcap-test-fails.patch b/recipes-qt/qt5/qtwebengine-git/0004-configure.prf-don-t-fail-when-libcap-test-fails.patch deleted file mode 100644 index 6a2162f4..00000000 --- a/recipes-qt/qt5/qtwebengine-git/0004-configure.prf-don-t-fail-when-libcap-test-fails.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 7d20d5e4584abce2353557c90e79ee0b3cdc330e Mon Sep 17 00:00:00 2001 -From: Martin Jansa -Date: Fri, 27 Feb 2015 19:51:55 +0100 -Subject: [PATCH 4/4] configure.prf: don't fail when libcap test fails - -Signed-off-by: Martin Jansa ---- - tools/qmake/mkspecs/features/configure.prf | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tools/qmake/mkspecs/features/configure.prf b/tools/qmake/mkspecs/features/configure.prf -index 6e74b55..b91fde8 100644 ---- a/tools/qmake/mkspecs/features/configure.prf -+++ b/tools/qmake/mkspecs/features/configure.prf -@@ -20,7 +20,7 @@ defineTest(runConfigure) { - qtCompileTest($$test) - } - # libcap-dev package doesn't ship .pc files on Ubuntu. -- linux:!config_libcap:skipBuild("libcap appears to be missing") -+ #linux:!config_libcap:skipBuild("libcap appears to be missing") - contains(QT_CONFIG, xcb) { - for(package, $$list("libdrm xcomposite xi xrandr")) { - !packagesExist($$package):skipBuild("Unmet dependency: $$package") --- -2.3.1 - -- cgit v1.2.3-54-g00ecf