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

Commit f66ec5d

Browse files
rosasco-wkSkia Commit-Bot
authored andcommitted
No GL support on Fuchsia.
Change-Id: Ibd5bd82c9967b6fd10fcf2269db60b6af3d55cbb Reviewed-on: https://skia-review.googlesource.com/c/skia/+/253257 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
1 parent 67d43fe commit f66ec5d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

BUILD.gn

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,11 @@ optional("gpu") {
500500
if (skia_generate_workarounds) {
501501
deps += [ ":workaround_list" ]
502502
}
503-
public_defines = [ "SK_GL" ]
503+
if (!is_fuchsia) {
504+
public_defines = [ "SK_GL", ]
505+
} else {
506+
public_defines = []
507+
}
504508
public_configs = []
505509
public_deps = []
506510

0 commit comments

Comments
 (0)