Skip to content

Commit b7eda81

Browse files
authored
[build.zig] Make X11 the default display backend instead of choosing at runtime (#5168)
1 parent 64d6a90 commit b7eda81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ pub const Options = struct {
425425
rtextures: bool = true,
426426
platform: PlatformBackend = .glfw,
427427
linkage: std.builtin.LinkMode = .static,
428-
linux_display_backend: LinuxDisplayBackend = .Both,
428+
linux_display_backend: LinuxDisplayBackend = .X11,
429429
opengl_version: OpenglVersion = .auto,
430430
android_ndk: []const u8 = "",
431431
android_api_version: []const u8 = "35",

0 commit comments

Comments
 (0)