@@ -13,6 +13,7 @@ target("glew")
add_frameworks("OpenGL")
elseif is_plat("linux") then
add_syslinks("GL")
+ add_packages("libx11", "xorgproto")
end
add_defines("GLEW_NO_GLU", {public = true})
if is_plat("windows") then