We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d6a90 commit b7eda81Copy full SHA for b7eda81
build.zig
@@ -425,7 +425,7 @@ pub const Options = struct {
425
rtextures: bool = true,
426
platform: PlatformBackend = .glfw,
427
linkage: std.builtin.LinkMode = .static,
428
- linux_display_backend: LinuxDisplayBackend = .Both,
+ linux_display_backend: LinuxDisplayBackend = .X11,
429
opengl_version: OpenglVersion = .auto,
430
android_ndk: []const u8 = "",
431
android_api_version: []const u8 = "35",
0 commit comments