examples/build.lua: Unix systems needs to link with xrandr.
This commit is contained in:
parent
cb5da64d10
commit
782f116d7c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ if TARGET_OS == "Win32" then
|
||||||
elseif TARGET_OS == "Unix" then
|
elseif TARGET_OS == "Unix" then
|
||||||
|
|
||||||
-- Unix nees dl and X11 libs.
|
-- Unix nees dl and X11 libs.
|
||||||
example_settings.link.libs:Add("dl", 'X11', 'freetype')
|
example_settings.link.libs:Add("dl", 'X11', 'Xrandr', 'freetype')
|
||||||
end
|
end
|
||||||
|
|
||||||
-- For now, to get examples working
|
-- For now, to get examples working
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue