Browse Source

[build.zig] Make X11 the default display backend instead of choosing at runtime (#5168)

pull/5198/head
Nikolas 1 month ago
committed by GitHub
parent
commit
b7eda8159c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.zig

+ 1
- 1
build.zig View File

@ -425,7 +425,7 @@ pub const Options = struct {
rtextures: bool = true,
platform: PlatformBackend = .glfw,
linkage: std.builtin.LinkMode = .static,
linux_display_backend: LinuxDisplayBackend = .Both,
linux_display_backend: LinuxDisplayBackend = .X11,
opengl_version: OpenglVersion = .auto,
android_ndk: []const u8 = "",
android_api_version: []const u8 = "35",

Loading…
Cancel
Save