glew: add missing x11 dependecies (#2555)

pull/2562/head
Simon Pribylski 1 year ago committed by GitHub
parent 6260b82e5f
commit f9225dbef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/g/glew/port/xmake.lua

@ -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

Loading…
Cancel
Save