Get keyboard input from X11 on Linux

This commit is contained in:
erorcun
2021-02-18 03:44:02 +03:00
parent 48cec4a786
commit bf7280b55b
2 changed files with 305 additions and 8 deletions

View File

@@ -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" }