Skip to content

Commit

Permalink
[Tizen] Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan authored and JSUYA committed May 28, 2024
1 parent de14cab commit d7290bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ source_set("testing") {

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

public_deps = [ ":testing_lib" ]
Expand Down

0 comments on commit d7290bf

Please sign in to comment.