From 39a23f77074fb6c34b6d1f57fea01f3983239c2d Mon Sep 17 00:00:00 2001 From: Irlan <-> Date: Sat, 16 Jun 2018 11:19:26 -0300 Subject: [PATCH] fix #40 --- premake5.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/premake5.lua b/premake5.lua index 42cd2f3..3596c8c 100644 --- a/premake5.lua +++ b/premake5.lua @@ -325,11 +325,8 @@ solution (solution_name) configuration { "not windows", "not macosx" } links - { - "GL", "rt", "Xrandr", "Xinerama", "Xi", "Xcursor", - "m", "dl", "Xrender", "drm", "Xdamage", "X11-xcb", "xcb-glx", - "xcb-dri2", "xcb-dri3", "xcb-present", "xcb-sync", "xshmfence", - "Xxf86vm", "Xfixes", "Xext", "X11", "pthread", "xcb", "Xau", "Xdmcp" + { + "GL", "rt", "m", "dl", "pthread" } project "hello_world"