Skip to content

Commit 6aed30c

Browse files
xiaowei-guanJSUYA
authored andcommitted
[Tizen] Fix build error
1 parent 9cf9996 commit 6aed30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ source_set("testing") {
5555

5656
if (enable_unittests && is_linux) {
5757
# So that we can call gtk_init in main().
58-
configs += [ "//flutter/shell/platform/linux/config:gtk" ]
58+
#configs += [ "//flutter/shell/platform/linux/config:gtk" ]
5959
}
6060

6161
public_deps = [ ":testing_lib" ]

0 commit comments

Comments
 (0)