summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrecipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
index d020cc35..2f8d8a21 100755
--- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
+++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
@@ -9,7 +9,7 @@ PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
9 9
10# Requires Ruby to work 10# Requires Ruby to work
11USE_RUBY = " \ 11USE_RUBY = " \
12 qtwebkit-dev \ 12 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtwebkit-dev', '', d)} \
13" 13"
14 14
15# Requires Wayland to work 15# Requires Wayland to work