Made scons link against fontconfig.

This commit is contained in:
Sergey Popov 2008-09-03 16:08:17 +00:00
parent 336cbeefd9
commit 52ebf88c8c

View file

@ -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":