Made scons link against fontconfig.
This commit is contained in:
parent
336cbeefd9
commit
52ebf88c8c
1 changed files with 2 additions and 0 deletions
|
@ -208,6 +208,8 @@ if env["prereqs"]:
|
|||
conf.CheckSDL("SDL_mixer", require_version = '1.2.0') and \
|
||||
conf.CheckSDL("SDL_image", require_version = '1.2.0') and \
|
||||
conf.CheckOgg() or Warning("Client prerequisites are not met. wesnoth, wesnoth_editor, cutter and exploder cannot be built.")
|
||||
if have_client_prereqs:
|
||||
env.Append(LIBS = "fontconfig")
|
||||
|
||||
have_X = False
|
||||
if env["PLATFORM"] != "win32":
|
||||
|
|
Loading…
Add table
Reference in a new issue