wpewebkit: remove qtwpe from PACKAGECONFIG
The Qt WPE plugin has an implicit dependency with libgbm, which is only available on i.MX8 platforms. Also, it pulls in several Qt dependencies, increasing the total rootfs image size by about 50MiB. Remove said plugin to completely separate Qt and WebKit functionality. https://jira.digi.com/browse/DEL-7339 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
0fd7e03fc8
commit
142c1e2fcf
|
|
@ -4,6 +4,10 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
|||
|
||||
SRC_URI_append_ccimx8x = " file://0001-Use-imxvideoconvert_g2d-plugin-in-gstreamer-pipeline.patch"
|
||||
|
||||
# The Qt WPE plugin depends on libgbm, which isn't available for i.MX6
|
||||
# platforms. It also pulls in some fairly large Qt dependencies, so remove it.
|
||||
PACKAGECONFIG_remove = "qtwpe"
|
||||
|
||||
# We can't build the WebKit with fb images, so force wayland as a required
|
||||
# distro feature.
|
||||
inherit distro_features_check
|
||||
|
|
|
|||
Loading…
Reference in New Issue