1
0
Fork 0

examples/build.lua: Unix systems needs to link with xrandr.

This commit is contained in:
Henrik Hautakoski 2020-10-17 14:10:33 +02:00
parent cb5da64d10
commit 782f116d7c

View file

@ -19,7 +19,7 @@ if TARGET_OS == "Win32" then
elseif TARGET_OS == "Unix" then
-- Unix nees dl and X11 libs.
example_settings.link.libs:Add("dl", 'X11', 'freetype')
example_settings.link.libs:Add("dl", 'X11', 'Xrandr', 'freetype')
end
-- For now, to get examples working