fixed copy paste error in makefiles (#5660)
This commit is contained in:
parent
1d9e24eb58
commit
26f329a5e7
|
|
@ -95,7 +95,7 @@ USE_EXTERNAL_GLFW ?= FALSE
|
||||||
GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
|
GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
|
||||||
GLFW_LINUX_ENABLE_X11 ?= TRUE
|
GLFW_LINUX_ENABLE_X11 ?= TRUE
|
||||||
|
|
||||||
# Enable support for X11 by default on Linux when using GLFW
|
# Enable support for X11 by default on Linux when using RGFW
|
||||||
# NOTE: Wayland is disabled by default, only enable if you are sure
|
# NOTE: Wayland is disabled by default, only enable if you are sure
|
||||||
RGFW_LINUX_ENABLE_WAYLAND ?= FALSE
|
RGFW_LINUX_ENABLE_WAYLAND ?= FALSE
|
||||||
RGFW_LINUX_ENABLE_X11 ?= TRUE
|
RGFW_LINUX_ENABLE_X11 ?= TRUE
|
||||||
|
|
|
||||||
|
|
@ -122,7 +122,7 @@ USE_EXTERNAL_GLFW ?= FALSE
|
||||||
GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
|
GLFW_LINUX_ENABLE_WAYLAND ?= FALSE
|
||||||
GLFW_LINUX_ENABLE_X11 ?= TRUE
|
GLFW_LINUX_ENABLE_X11 ?= TRUE
|
||||||
|
|
||||||
# Enable support for X11 by default on Linux when using GLFW
|
# Enable support for X11 by default on Linux when using RGFW
|
||||||
# NOTE: Wayland is disabled by default, only enable if you are sure
|
# NOTE: Wayland is disabled by default, only enable if you are sure
|
||||||
RGFW_LINUX_ENABLE_WAYLAND ?= FALSE
|
RGFW_LINUX_ENABLE_WAYLAND ?= FALSE
|
||||||
RGFW_LINUX_ENABLE_X11 ?= TRUE
|
RGFW_LINUX_ENABLE_X11 ?= TRUE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user