summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2018-07-05 10:03:27 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2018-07-05 10:03:27 +0300
commitfe1bc76ad4cc4e114a639ca94716cfd24f0b5ad5 (patch)
treed007fed4c6c9f33c41573550e76fc325b040b59b /recipes-qt/qt5/qtwebengine_git.bb
parent0ab7116f9cbb93b3132481731db296245044fbff (diff)
parent0263af75c053d1d7ea4882a75cf59b230fbb88ad (diff)
downloadmeta-qt5-fe1bc76ad4cc4e114a639ca94716cfd24f0b5ad5.tar.gz
Merge remote-tracking branch 'qtyocto/upstream/master' into 5.11
* qtyocto/upstream/master: qt5: add option to build Qt5 statically qtbase: fix install locations used in static builds qttranslations: do not use qt meta catalog translation package qttools: Disable clang support qtbase: add PACKAGECONFIG for Link Time Optimization qt5: remove all references to qtquick1 import path qt5/qtscript: Fix qtscript cross compile error README: Add Yocto Project Compatible badge and fix formatting Change-Id: Ic8cb74f6e87634b26f79c9effffb80deb6a51b6b
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 2dfb50a5..d6565c85 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -73,6 +73,10 @@ inherit qmake5
73inherit gettext 73inherit gettext
74inherit pythonnative 74inherit pythonnative
75inherit perlnative 75inherit perlnative
76inherit distro_features_check
77
78# Static builds of QtWebEngine aren't supported.
79CONFLICT_DISTRO_FEATURES = "qt5-static"
76 80
77# we don't want gettext.bbclass to append --enable-nls 81# we don't want gettext.bbclass to append --enable-nls
78def gettext_oeconf(d): 82def gettext_oeconf(d):