We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6260b82 commit f9225dbCopy full SHA for f9225db
packages/g/glew/port/xmake.lua
@@ -13,6 +13,7 @@ target("glew")
13
add_frameworks("OpenGL")
14
elseif is_plat("linux") then
15
add_syslinks("GL")
16
+ add_packages("libx11", "xorgproto")
17
end
18
add_defines("GLEW_NO_GLU", {public = true})
19
if is_plat("windows") then
0 commit comments