summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bb
diff options
context:
space:
mode:
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 11ee347e..32ad875c 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):