blob: 6c150302434ef5d5eedbf17befdc9aaea147cf7e (
plain)
1
2
3
4
5
6
7
8
9
|
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
EGLCONFIG_FALLBACK = "${@bb.utils.contains_any('AGL_FEATURES', 'agl-rdp agl-kvm-guest', '', 'file://0001-backend-wayland_egl-Add-a-fallback-eglConfig.patch', d)}"
SRC_URI:append:use-nxp-bsp = " file://0001-Disable-on_frame_base_surface-wl_surface_commit.patch"
SRC_URI:append = " ${EGLCONFIG_FALLBACK}"
# Disable WIP webview plugin on 32-bit ARM platforms for now, as build
# failures have been seen on qemuarm and beaglebone.
PACKAGECONFIG:remove:arm = "webview_flutter_view"
|