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"