[Xfce4-commits] <midori:master> Make non-progressive build work again

Christian Dywan noreply at xfce.org
Tue Oct 19 00:54:02 CEST 2010


Updating branch refs/heads/master
         to 5082f60093b80c4152f4f6f28e34bd1eab145eca (commit)
       from 66303e6c95a423961406bcdfc427b44d7b89e2ad (commit)

commit 5082f60093b80c4152f4f6f28e34bd1eab145eca
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Oct 18 22:24:27 2010 +0200

    Make non-progressive build work again

 midori/wscript_build |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/midori/wscript_build b/midori/wscript_build
index 27de582..371e8bc 100644
--- a/midori/wscript_build
+++ b/midori/wscript_build
@@ -2,6 +2,7 @@
 # WAF build script for midori
 # This file is licensed under the terms of the expat license, see the file EXPAT.
 
+import Options
 import platform
 
 progressive = True
@@ -30,8 +31,8 @@ if progressive:
 else:
     obj = bld.new_task_gen ('cc', 'program')
     obj.target = 'midori'
-    obj.includes = '.. ../katze . ../panels'
-    obj.find_sources_in_dirs ('../katze . ../panels')
+    obj.includes = '.. ../katze . ../panels ../toolbars'
+    obj.find_sources_in_dirs ('../katze . ../panels ../toolbars')
     obj.add_marshal_file ('marshal.list', 'midori_cclosure_marshal')
     obj.uselib = libs
     if bld.env['WINRC']:



More information about the Xfce4-commits mailing list