[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

kevino at webkit.org kevino at webkit.org
Wed Dec 22 13:52:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a7621584cd35ec034f83931312bf7f76b3921714
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 28 18:05:17 2010 +0000

    [wx] One more build fix for Win.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68542 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 99438d0..efd591d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-28  Kevin Ollivier  <kevino at theolliviers.com>
 
+        [wx] One more build fix for Win.
+
+        * wscript:
+
+2010-09-28  Kevin Ollivier  <kevino at theolliviers.com>
+
         [wx] Build fix, ignore Qt-specific (for now?) source in platform/graphics.
 
         * wscript:
diff --git a/wscript b/wscript
index 8942d13..2bda05e 100644
--- a/wscript
+++ b/wscript
@@ -317,10 +317,10 @@ def build(bld):
             for wxlib in bld.env['LIB_WX']:
                 wxlibname = os.path.join(bld.env['LIBPATH_WX'][0], wxlib + '_vc.dll')
                 if os.path.exists(wxlibname):
-                    bld.install_files(obj.install_path, [wxlibname])
+                    bld.install_files(webcore.install_path, [wxlibname])
         
             for dep in windows_deps:
-                bld.install_files(obj.install_path, [os.path.join(msvclibs_dir, dep)])
+                bld.install_files(webcore.install_path, [os.path.join(msvclibs_dir, dep)])
 
     webcore.find_sources_in_dirs(full_dirs, excludes = excludes, exts=['.c', '.cpp'])
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list