diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-05-13 16:26:33 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-05-20 11:27:36 +0300 |
commit | d5e0cf7f40587f68ef9d7f5af26b5557bb7b25e3 (patch) | |
tree | 637d7770a6c954533edd55ef521f14761cd7ce39 /conf/distro/b2qt.conf | |
parent | cbf5a7653383beebf44c9634506661d1fa6dfcf3 (diff) | |
download | meta-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.conf | 2 |
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 | ||
39 | SYSVINIT_ENABLED_GETTYS = "" | 39 | SYSVINIT_ENABLED_GETTYS = "" |
40 | 40 | ||
41 | DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs" | 41 | DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 largefile usbgadget usbhost wifi xattr nfs webengine" |
42 | POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch" | 42 | POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch" |
43 | DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" | 43 | DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" |
44 | 44 | ||