Skip to content

Commit

Permalink
updated makefile to disable wayland by default (#4369)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackedPixel authored Oct 8, 2024
1 parent 89a37cd commit 712ab79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ RAYLIB_MODULE_RAYGUI_PATH ?= $(RAYLIB_SRC_PATH)/../../raygui/src
# Use external GLFW library instead of rglfw module
USE_EXTERNAL_GLFW ?= FALSE

# Enable support for both Wayland and X11 by default on Linux when using GLFW
GLFW_LINUX_ENABLE_WAYLAND ?= TRUE
# Enable support for X11 by default on Linux when using GLFW
# NOTE: Wayland is disabled by default, only enable if you are sure
GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
GLFW_LINUX_ENABLE_X11 ?= TRUE

# PLATFORM_DESKTOP_SDL: It requires SDL library to be provided externally
Expand Down

0 comments on commit 712ab79

Please sign in to comment.