[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

tkent at chromium.org tkent at chromium.org
Sun Feb 20 23:05:24 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 5c0849863f56a228920e3d6cf8771663c64c19b0
Author: tkent at chromium.org <tkent at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 17 07:54:55 2011 +0000

    2011-01-16  Kent Tamura  <tkent at chromium.org>
    
            Unreviewed, Chromium-linux build fix.
    
            * gyp_webkit: Fix a relative path to the top directory.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75922 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebKit/chromium/ChangeLog b/Source/WebKit/chromium/ChangeLog
index d5d79d0..92fed5d 100644
--- a/Source/WebKit/chromium/ChangeLog
+++ b/Source/WebKit/chromium/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-16  Kent Tamura  <tkent at chromium.org>
+
+        Unreviewed, Chromium-linux build fix.
+
+        * gyp_webkit: Fix a relative path to the top directory.
+
 2011-01-16  Adam Barth  <abarth at webkit.org>
 
         Roll Chromium DEPS to pick up the changes reflecting the new location
diff --git a/Source/WebKit/chromium/gyp_webkit b/Source/WebKit/chromium/gyp_webkit
index b7d2308..29e3e7c 100755
--- a/Source/WebKit/chromium/gyp_webkit
+++ b/Source/WebKit/chromium/gyp_webkit
@@ -80,7 +80,7 @@ if __name__ == '__main__':
   if sys.platform == 'linux2':
     args.extend(['-fmake',
                  '--suffix=.chromium',
-                 '--toplevel-dir=../..',
+                 '--toplevel-dir=../../..',
                  # auto_regeneration doesn't work with toplevel-dir
                  '-Gauto_regeneration=0'])
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list