mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 00:30:35 +00:00
Get keyboard input from X11 on Linux
This commit is contained in:
parent
a73a3380d7
commit
946be081b0
2 changed files with 306 additions and 8 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue