summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 65e6d409..dc19f60e 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -17,6 +17,12 @@ DEPENDS += " \
17 libcap \ 17 libcap \
18" 18"
19 19
20# when qtbase is built with xcb enabled (default with x11 in DISTRO_FEATURES),
21# qtwebengine will have additional dependencies:
22# contains(QT_CONFIG, xcb): REQUIRED_PACKAGES += libdrm xcomposite xcursor xi xrandr xscrnsaver xtst
23# xscreensaver isn't covered in qtbase DEPENDS
24DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxscrnsaver', '', d)}"
25
20COMPATIBLE_MACHINE = "(-)" 26COMPATIBLE_MACHINE = "(-)"
21COMPATIBLE_MACHINE_x86 = "(.*)" 27COMPATIBLE_MACHINE_x86 = "(.*)"
22COMPATIBLE_MACHINE_x86-64 = "(.*)" 28COMPATIBLE_MACHINE_x86-64 = "(.*)"