Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions build/config/BUILDCONFIG.gn
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,15 @@ is_castos = false
is_chromecast = false
is_chromeos_lacros = false
ozone_platform_headless = false
ozone_platform_x11 = false
ozone_platform_wayland = false

# Needed for //third_party/swiftshader and //third_party/angle.
if (is_linux) {
ozone_platform_x11 = true
ozone_platform_wayland = true
} else {
ozone_platform_x11 = false
ozone_platform_wayland = false
}

default_library_type = "static_library"

Expand Down
3 changes: 3 additions & 0 deletions build_overrides/wayland.gni
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
# found in the LICENSE file.

# ANGLE expects this to be here.

# Flutter has no wayland third-party dir
wayland_gn_dir = ""