|
@@ -21,7 +21,7 @@
|
|
#
|
|
#
|
|
# There is no hash provided, as the gn binary (used for configuration) relies
|
|
# There is no hash provided, as the gn binary (used for configuration) relies
|
|
# on the .git directories. As such, a reproducible tarball is not possible.
|
|
# on the .git directories. As such, a reproducible tarball is not possible.
|
|
-FLUTTER_ENGINE_VERSION = 3.16.8
|
|
|
|
|
|
+FLUTTER_ENGINE_VERSION = 3.19.4
|
|
|
|
|
|
# There is nothing for Buildroot to download. This is handled by gclient.
|
|
# There is nothing for Buildroot to download. This is handled by gclient.
|
|
FLUTTER_ENGINE_SITE =
|
|
FLUTTER_ENGINE_SITE =
|
|
@@ -154,6 +154,9 @@ else
|
|
define FLUTTER_ENGINE_VULKAN_X11_SUPPORT_FIXUP
|
|
define FLUTTER_ENGINE_VULKAN_X11_SUPPORT_FIXUP
|
|
$(SED) "s%vulkan_use_x11.*%vulkan_use_x11 = false%g" -i \
|
|
$(SED) "s%vulkan_use_x11.*%vulkan_use_x11 = false%g" -i \
|
|
$(@D)/build_overrides/vulkan_headers.gni
|
|
$(@D)/build_overrides/vulkan_headers.gni
|
|
|
|
+
|
|
|
|
+ $(SED) "s%ozone_platform_x11.*%ozone_platform_x11 = false%g" \
|
|
|
|
+ $(@D)/build/config/BUILDCONFIG.gn
|
|
endef
|
|
endef
|
|
FLUTTER_ENGINE_PRE_CONFIGURE_HOOKS += FLUTTER_ENGINE_VULKAN_X11_SUPPORT_FIXUP
|
|
FLUTTER_ENGINE_PRE_CONFIGURE_HOOKS += FLUTTER_ENGINE_VULKAN_X11_SUPPORT_FIXUP
|
|
endif
|
|
endif
|
|
@@ -164,6 +167,9 @@ else
|
|
define FLUTTER_ENGINE_VULKAN_WAYLAND_SUPPORT_FIXUP
|
|
define FLUTTER_ENGINE_VULKAN_WAYLAND_SUPPORT_FIXUP
|
|
$(SED) "s%vulkan_use_wayland.*%vulkan_use_wayland = false%g" \
|
|
$(SED) "s%vulkan_use_wayland.*%vulkan_use_wayland = false%g" \
|
|
$(@D)/build_overrides/vulkan_headers.gni
|
|
$(@D)/build_overrides/vulkan_headers.gni
|
|
|
|
+
|
|
|
|
+ $(SED) "s%ozone_platform_wayland.*%ozone_platform_wayland = false%g" \
|
|
|
|
+ $(@D)/build/config/BUILDCONFIG.gn
|
|
endef
|
|
endef
|
|
FLUTTER_ENGINE_PRE_CONFIGURE_HOOKS += FLUTTER_ENGINE_VULKAN_WAYLAND_SUPPORT_FIXUP
|
|
FLUTTER_ENGINE_PRE_CONFIGURE_HOOKS += FLUTTER_ENGINE_VULKAN_WAYLAND_SUPPORT_FIXUP
|
|
endif
|
|
endif
|