mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
[build.zig] Make X11 the default display backend instead of choosing at runtime (#5168)
This commit is contained in:
parent
64d6a90d48
commit
b7eda8159c
@ -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…
x
Reference in New Issue
Block a user