Skip to content

Commit f9225db

Browse files
authored
glew: add missing x11 dependecies (#2555)
1 parent 6260b82 commit f9225db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/g/glew/port/xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ target("glew")
1313
add_frameworks("OpenGL")
1414
elseif is_plat("linux") then
1515
add_syslinks("GL")
16+
add_packages("libx11", "xorgproto")
1617
end
1718
add_defines("GLEW_NO_GLU", {public = true})
1819
if is_plat("windows") then

0 commit comments

Comments
 (0)