Remove X11 dependency properly (as it's handled by SDL and EGL)

This commit is contained in:
Jérôme Leclercq
2021-05-29 00:52:10 +02:00
parent 41baacd9ab
commit a90844f0dd
3 changed files with 1 additions and 19 deletions

View File

@@ -30,9 +30,7 @@ local modules = {
del_files("src/Nazara/OpenGLRenderer/Wrapper/WGL/**.cpp")
end
if is_plat("linux") then
add_syslinks("x11") -- FIXME
else
if not is_plat("linux") then
del_files("src/Nazara/OpenGLRenderer/Wrapper/Linux/**.cpp")
end
end