diff options
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc')
-rw-r--r-- | meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc index 29c023fca..0b4610c02 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc @@ -1,12 +1,4 @@ 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}" -# necessary to avoid crashing flutter-auto when a key keyboard event is emitted -SRC_URI:append = " file://0001-flutter_desktop-Remove-asio-post-call.patch" - -# 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" |