Browse Source

improve freeglut

ruki 4 years ago
parent
commit
251e991c33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/f/freeglut/xmake.lua

+ 1 - 1
packages/f/freeglut/xmake.lua

@@ -12,7 +12,7 @@ package("freeglut")
     end
     end
 
 
     if is_plat("linux") then
     if is_plat("linux") then
-        add_deps("libx11", "libxi", "libxxf86vm")
+        add_deps("libx11", "libxi", "libxxf86vm", "libxrandr")
         add_syslinks("GLU", "GL")
         add_syslinks("GLU", "GL")
     end
     end