Author: loonycyborg
Date: Sun Apr  6 19:40:15 2008
New Revision: 25639

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25639&view=rev
Log:
scons recipe: made SDL base prerequisite.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=25639&r1=25638&r2=25639&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Sun Apr  6 19:40:15 2008
@@ -334,11 +334,11 @@
 #    conf.CheckPKGConfig('0.15.0') or Die("Base prerequisites are not met.")
 
 if env["prereqs"]:
-    conf.CheckBoost("iostreams", require_version = "1.33.0") or Die("Boost 
prerequisites are not met.")
+    conf.CheckBoost("iostreams", require_version = "1.33.0") and \
+    conf.CheckSDL(require_version = '1.2.7') or Die("Base prerequisites are 
not met.")
 
     have_client_prereqs = \
         conf.CheckBoost("regex") and \
-        conf.CheckSDL(require_version = '1.2.7') and \
         conf.CheckSDL("SDL_ttf", require_version = "2.0.8") and \
         conf.CheckSDL("SDL_mixer", require_version = '1.2.0') and \
         conf.CheckSDL("SDL_image", require_version = '1.2.0') and \


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to