summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJoel Winarske <joel.winarske@gmail.com>2022-02-04 10:23:54 -0800
committerJoel Winarske <joel.winarske@gmail.com>2022-02-04 16:49:23 -0800
commitbbdf5e3bdb72bfe5516cec63573b117d97ed6bc6 (patch)
tree59a1b0b12c0c66b29eaa3a6c4c9e8c4b9aaaf022 /templates
parent01a6a10fe4447f129b5628892193945ffbeeedc0 (diff)
- ivi-homescreen updates * 32-bit build support * EGL build time parameters * Remove build time dependency of libflutter_engine.so. Loads libflutter_engine.so at runtime. * Functional Mouse cursor plugin. Adds --t {theme name} CLI option * DEBUG Check fix for mouse * third party flutter source update * Re-work common code for plugins * Text plugin functional and enabled by default * Use check_ipo_supported to determine lto * Dart message callback -> print to stdout * Support building for iMX8/Vivante EGL * Use revised meta-flutter layout for defining systemd service - move to latest commit for Igalia Flutter Demo application Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Change-Id: Icfb7292537b3300e3af778c4934551c5d93f1727
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-flutter/50_local.conf.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/templates/feature/agl-flutter/50_local.conf.inc b/templates/feature/agl-flutter/50_local.conf.inc
index 23bb0ebc..3968bf2b 100644
--- a/templates/feature/agl-flutter/50_local.conf.inc
+++ b/templates/feature/agl-flutter/50_local.conf.inc
@@ -1,8 +1,5 @@
-# Set Flutter Channel
-FLUTTER_CHANNEL = "dev"
-
-# Build engine with runtime=release
-PACKAGECONFIG:pn-flutter-engine = "embedder-for-target disable-desktop-embeddings fontconfig mode-release"
+# Set Flutter SDK tag
+FLUTTER_SDK_TAG = "2.8.0-3.3.pre"
# Include Flutter SDK in SDK
TOOLCHAIN_HOST_TASK:append = " nativesdk-flutter-sdk"