Skip to content

Commit aceb8ce

Browse files
committed
Re-enable GLFW_LINUX_ENABLE_WAYLAND flag by default #5816
Wayland should be more stable at this point...
1 parent 33e8899 commit aceb8ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ USE_EXTERNAL_GLFW ?= FALSE
119119

120120
# Enable support for X11 by default on Linux when using GLFW
121121
# NOTE: Wayland is disabled by default, only enable if you are sure
122-
GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
122+
GLFW_LINUX_ENABLE_WAYLAND ?= TRUE
123123
GLFW_LINUX_ENABLE_X11 ?= TRUE
124124

125125
# Enable support for X11 by default on Linux when using RGFW

0 commit comments

Comments
 (0)