diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-06-19 10:48:07 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-07-20 13:39:14 +0000 |
commit | db0a49c12e175462206e43e9057fdbfe62d2bb49 (patch) | |
tree | e131c54be97c71bff7059792ef2467c50e0f00d5 /meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc | |
parent | 1712fa4839d373fb0f9ea7d92925a57a9aee4c52 (diff) |
meta-agl-flutter/recipes-graphics/toyota: Hot fix for current mode
The flags entry is bitmasked between preferred and current mode, which
we didn't account at all. This adds a temporary patch to fix that until
meta-flutter is updated with it.
Bug-AGL: SPEC-4841
Change-Id: I930bbaed59e468803e16cbb2c72df440a0c30746
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
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 | 3 |
1 files changed, 2 insertions, 1 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 41035f58..02cd0679 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/toyota/flutter-auto_aglflutter.inc @@ -1,6 +1,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" -SRC_URI += "file://0001-Add-optional-agl_shell-plugin.patch" +SRC_URI += "file://0001-Add-optional-agl_shell-plugin.patch \ + file://0001-shell-wayland-display-Handle-flags-as-bitfield-entri.patch" # For now disable gstreamer to avoid needing to enable "commercial" # licenses for the stated ffmpeg dependency. |