summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-09-29 18:28:56 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-09-29 21:10:17 +0200
commitd8a4d97e37868e3afe594046ed15b154ceccc084 (patch)
treec285b536165c80b79c1d6b6bf7dd97aed9beafec
parent394345ca29702b14255bfb8e7c9814d669553cf8 (diff)
downloadmeta-qt5-d8a4d97e37868e3afe594046ed15b154ceccc084.tar.gz
qtwebengine: enable cmake
* it works fine in 5.5 version Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 40dca0cf..7127c8f7 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -35,9 +35,6 @@ require qt5-git.inc
35SEPB = "${S}" 35SEPB = "${S}"
36B = "${SEPB}" 36B = "${SEPB}"
37 37
38# Project ERROR: Missing CMake tests. Either create tests in tests/auto/cmake, or disable cmake config file creation with CONFIG-=create_cmake.
39EXTRA_QMAKEVARS_POST += "CONFIG-=create_cmake"
40
41export NINJA_PATH="${STAGING_BINDIR_NATIVE}/ninja" 38export NINJA_PATH="${STAGING_BINDIR_NATIVE}/ninja"
42 39
43do_configure() { 40do_configure() {