Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Get keyboard input from X11 on Linux
  • Loading branch information
erorcun committed Feb 18, 2021
1 parent a73a338 commit 946be081b0e1adef64bd832ec700c022dcee6343
Showing with 306 additions and 8 deletions.
  1. +2 −2 premake5.lua
  2. +304 −6 src/skel/glfw/glfw.cpp
@@ -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" }

0 comments on commit 946be08

Please sign in to comment.