Skip to content

Commit

Permalink
Get keyboard input from X11 on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
erorcun committed Feb 18, 2021
1 parent 48cec4a commit bf7280b
Show file tree
Hide file tree
Showing 2 changed files with 305 additions and 8 deletions.
4 changes: 2 additions & 2 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,10 @@ project "re3"
libdirs { "vendor/openal-soft/libs/Win64" }

filter "platforms:linux*oal"
links { "openal", "mpg123", "sndfile", "pthread" }
links { "openal", "mpg123", "sndfile", "pthread", "X11" }

filter "platforms:bsd*oal"
links { "openal", "mpg123", "sndfile", "pthread" }
links { "openal", "mpg123", "sndfile", "pthread", "X11" }

filter "platforms:macosx*oal"
links { "openal", "mpg123", "sndfile", "pthread" }
Expand Down
Loading

0 comments on commit bf7280b

Please sign in to comment.