diff options
-rw-r--r-- | conf/local.conf.sample | 3 | ||||
-rw-r--r-- | recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index c2da6e6be..a9ed1b802 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -1,3 +1,6 @@ +# Commnet out below if want to use QtWebkit +PACKAGECONFIG_remove_pn-qtquick1 = "webkit" + # # This file is your local configuration file and is where all local user settings # are placed. The comments in this file give some guide to the options a new user diff --git a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb index 4efba9593..8b410f0a2 100644 --- a/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb +++ b/recipes-qt/packagegroups/packagegroup-agl-appfw-native-qt5.bb @@ -34,7 +34,8 @@ RDEPENDS_${PN} += "\ qtwayland-examples \ qtwayland-plugins \ qtwayland-tools \ - qtwebkit \ - qtwebkit-qmlplugins \ qtgraphicaleffects-qmlplugins \ " + +# qtwebkit +# qtwebkit-qmlplugins |