Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9521b3c

Browse files
committed
Derp
1 parent 20bc270 commit 9521b3c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

common/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ struct Settings {
214214
#if FML_OS_IOS || FML_OS_IOS_SIMULATOR
215215
bool enable_impeller = true;
216216
#else
217-
bool enable_impeller = true;
217+
bool enable_impeller = false;
218218
#endif
219219

220220
// Enable Vulkan validation on backends that support it. The validation layers

flow/BUILD.gn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import("//build/fuchsia/sdk.gni")
66
import("//flutter/common/config.gni")
7+
import("//flutter/impeller/tools/impeller.gni")
78
import("//flutter/shell/config.gni")
89
import("//flutter/testing/testing.gni")
910

@@ -98,7 +99,7 @@ source_set("flow") {
9899

99100
public_deps = [
100101
"//flutter/display_list",
101-
"//flutter/impeller/aiks:aiks",
102+
"//flutter/impeller",
102103
]
103104
}
104105

shell/platform/embedder/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ template("embedder_source_set") {
110110
"//flutter/common/graphics",
111111
"//flutter/flow",
112112
"//flutter/fml",
113+
"//flutter/impeller",
113114
"//flutter/lib/ui",
114115
"//flutter/runtime:libdart",
115116
"//flutter/shell/common",
@@ -151,7 +152,6 @@ template("embedder_source_set") {
151152

152153
public_configs += [
153154
":embedder_gpu_configuration_config",
154-
"//flutter/impeller:impeller_public_config",
155155
":embedder_header_config",
156156
"//flutter:config",
157157
]

0 commit comments

Comments
 (0)