summaryrefslogtreecommitdiffstats
path: root/conf/distro/b2qt.conf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-05-13 16:26:33 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-05-20 11:27:36 +0300
commitd5e0cf7f40587f68ef9d7f5af26b5557bb7b25e3 (patch)
tree637d7770a6c954533edd55ef521f14761cd7ce39 /conf/distro/b2qt.conf
parentcbf5a7653383beebf44c9634506661d1fa6dfcf3 (diff)
downloadmeta-boot2qt-d5e0cf7f40587f68ef9d7f5af26b5557bb7b25e3.tar.gz
qt5: make qtwebengine a distro feature
Some devices won't have qtwebengine, so make it a DISTRO_FEATURE that can be removed in device configs. Change-Id: I751b1cdcc1eea48effec3980ed2da4799f88af9e Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'conf/distro/b2qt.conf')
-rw-r--r--conf/distro/b2qt.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf
index 08bebd4..86aab7d 100644
--- a/conf/distro/b2qt.conf
+++ b/conf/distro/b2qt.conf
@@ -38,7 +38,7 @@ SANITY_TESTED_DISTROS += " \
38 38
39SYSVINIT_ENABLED_GETTYS = "" 39SYSVINIT_ENABLED_GETTYS = ""
40 40
41DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs" 41DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs webengine"
42POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch" 42POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch"
43DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" 43DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio"
44 44