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 dd4fa87 commit 02d7fa6Copy full SHA for 02d7fa6
1 file changed
flutter/shell/platform/tizen/BUILD.gn
@@ -115,13 +115,13 @@ template("embedder") {
115
# Select window implementation based on use_tcore
116
if (use_tcore) {
117
sources += [
118
- "tizen_window_tcore_wl.cc",
119
"tizen_input_method_context_tcore.cc",
+ "tizen_window_tcore_wl.cc",
120
]
121
} else {
122
123
- "tizen_window_ecore_wl2.cc",
124
"tizen_input_method_context.cc",
+ "tizen_window_ecore_wl2.cc",
125
126
}
127
0 commit comments