Get keyboard input from X11 on Linux

This commit is contained in:
erorcun
2021-02-18 03:44:02 +03:00
parent a73a3380d7
commit 946be081b0
2 changed files with 306 additions and 8 deletions

View File

@ -342,10 +342,10 @@ project "reVC"
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" }