From f9225dbef730c2791c9b5f837f9f225c3855832b Mon Sep 17 00:00:00 2001 From: Simon Pribylski <66266021+Persson-dev@users.noreply.github.com> Date: Mon, 4 Sep 2023 04:34:27 +0200 Subject: [PATCH] glew: add missing x11 dependecies (#2555) --- packages/g/glew/port/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/g/glew/port/xmake.lua b/packages/g/glew/port/xmake.lua index 3f1220c2e..0678de989 100644 --- a/packages/g/glew/port/xmake.lua +++ b/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