Skip to content

Commit 2f7c4cf

Browse files
authored
[Impeller] Enable X11 and Wayland support for Vulkan (flutter#639)
1 parent c5de0c1 commit 2f7c4cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build_overrides/vulkan_headers.gni

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44

55
# This file is needed by the vulkan-headers build, but doesn't need to actually
66
# set anything.
7+
8+
if (is_linux) {
9+
vulkan_use_x11 = true
10+
vulkan_use_wayland = true
11+
}

0 commit comments

Comments
 (0)