We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcda87 commit 432f888Copy full SHA for 432f888
Package.swift
@@ -234,7 +234,6 @@ packageDependencies += [
234
]
235
236
let FlutterELinuxBackend = FlutterELinuxBackendType.defaultBackend
237
-let FlutterELinuxVulkanEnabled = true
238
239
platformSwiftSettings += [
240
.define("DISPLAY_BACKEND_TYPE_\(FlutterELinuxBackend.displayBackendType)"),
@@ -382,8 +381,7 @@ targets += [
382
381
// USE_DIRTY_REGION_MANAGEMENT OFF
383
// .define("USE_GLES3"),
384
.define("ENABLE_EGL_ALPHA_COMPONENT_OF_COLOR_BUFFER"),
385
- // ENABLE_VSYNC OFF
386
- // .define("ENABLE_VSYNC"),
+ .define("ENABLE_VSYNC"),
387
.define("USE_LIBSYSTEMD"),
388
// ENABLE_ELINUX_EMBEDDER_LOG ON
389
.define("ENABLE_ELINUX_EMBEDDER_LOG"),
0 commit comments