Skip to content

Commit

Permalink
support wayland fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Jan 13, 2025
1 parent 15a21e7 commit 4f7904e
Show file tree
Hide file tree
Showing 3 changed files with 2,079 additions and 2,234 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ifeq ($(RGFW_WAYLAND),1)
NO_VULKAN = 1
NO_GLES = 0
NO_OSMESA = 0
LIBS = -D RGFW_WAYLAND relative-pointer-unstable-v1-client-protocol.c xdg-decoration-unstable-v1.c xdg-shell.c -lwayland-cursor -lwayland-client -lxkbcommon
LIBS += -D RGFW_WAYLAND relative-pointer-unstable-v1-client-protocol.c xdg-decoration-unstable-v1.c xdg-shell.c -lwayland-cursor -lwayland-client -lxkbcommon
LINK_GL1 = -lEGL -lGL -lwayland-egl

endif
Expand Down
Loading

0 comments on commit 4f7904e

Please sign in to comment.