Explorar o código

glew: add missing x11 dependecies (#2555)

Simon Pribylski %!s(int64=2) %!d(string=hai) anos
pai
achega
f9225dbef7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/g/glew/port/xmake.lua

+ 1 - 0
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