Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Makefile: Use wayland instead of xwayland when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-makes-code committed Jan 22, 2024
1 parent 00c5de4 commit 99baa35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ifeq ($(XDG_SESSION_TYPE),wayland)
export SDL_VIDEODRIVER=wayland
endif

build: build_release

run: run_release
Expand Down

0 comments on commit 99baa35

Please sign in to comment.