add CheckPNG again to the SConstruct
This commit is contained in:
parent
35a72fa9ae
commit
19548b4e5d
1 changed files with 2 additions and 1 deletions
|
@ -385,7 +385,8 @@ if env["prereqs"]:
|
|||
conf.CheckBoost("program_options", require_version="1.35.0") & \
|
||||
conf.CheckBoost("regex", require_version = "1.35.0") & \
|
||||
conf.CheckLib("vorbisfile") & \
|
||||
conf.CheckOgg() or Warning("WARN: Client prerequisites are not met. wesnoth, cutter and exploder cannot be built")
|
||||
conf.CheckOgg() & \
|
||||
conf.CheckPNG()or Warning("WARN: Client prerequisites are not met. wesnoth, cutter and exploder cannot be built")
|
||||
|
||||
have_X = False
|
||||
if have_client_prereqs:
|
||||
|
|
Loading…
Add table
Reference in a new issue