diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine-git')
| -rw-r--r-- | recipes-qt/qt5/qtwebengine-git/0004-configure.prf-don-t-fail-when-libcap-test-fails.patch | 26 |
1 files changed, 0 insertions, 26 deletions
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 @@ | |||
| 1 | From 7d20d5e4584abce2353557c90e79ee0b3cdc330e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Fri, 27 Feb 2015 19:51:55 +0100 | ||
| 4 | Subject: [PATCH 4/4] configure.prf: don't fail when libcap test fails | ||
| 5 | |||
| 6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 7 | --- | ||
| 8 | tools/qmake/mkspecs/features/configure.prf | 2 +- | ||
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 10 | |||
| 11 | diff --git a/tools/qmake/mkspecs/features/configure.prf b/tools/qmake/mkspecs/features/configure.prf | ||
| 12 | index 6e74b55..b91fde8 100644 | ||
| 13 | --- a/tools/qmake/mkspecs/features/configure.prf | ||
| 14 | +++ b/tools/qmake/mkspecs/features/configure.prf | ||
| 15 | @@ -20,7 +20,7 @@ defineTest(runConfigure) { | ||
| 16 | qtCompileTest($$test) | ||
| 17 | } | ||
| 18 | # libcap-dev package doesn't ship .pc files on Ubuntu. | ||
| 19 | - linux:!config_libcap:skipBuild("libcap appears to be missing") | ||
| 20 | + #linux:!config_libcap:skipBuild("libcap appears to be missing") | ||
| 21 | contains(QT_CONFIG, xcb) { | ||
| 22 | for(package, $$list("libdrm xcomposite xi xrandr")) { | ||
| 23 | !packagesExist($$package):skipBuild("Unmet dependency: $$package") | ||
| 24 | -- | ||
| 25 | 2.3.1 | ||
| 26 | |||
