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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 12:47:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 941832534ec9c6d698ac29f9423641e7f7358357
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 30 15:48:16 2010 +0000

    2010-08-30  Martin Robinson  <mrobinson at igalia.com>
    
            Build fix. Add the new fileapi directory to the IDL vpath.
    
            * GNUmakefile.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66390 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index cef9dfa..10561ad 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-30  Martin Robinson  <mrobinson at igalia.com>
 
+        Build fix. Add the new fileapi directory to the IDL vpath.
+
+        * GNUmakefile.am:
+
+2010-08-30  Martin Robinson  <mrobinson at igalia.com>
+
         Reviewed by Xan Lopez.
 
         [GTK] WebKit DOM bindings build should not depend on output GNUMakefile
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index c979652..bc57c66 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -4546,18 +4546,19 @@ IDL_PATH := \
     $(WebCore)/bindings/js \
     $(WebCore)/css \
     $(WebCore)/dom \
+    $(WebCore)/fileapi \
     $(WebCore)/html \
     $(WebCore)/html/canvas \
     $(WebCore)/inspector \
     $(WebCore)/loader/appcache \
     $(WebCore)/notifications \
     $(WebCore)/page \
+    $(WebCore)/plugins \
     $(WebCore)/storage \
     $(WebCore)/svg \
-    $(WebCore)/xml \
-    $(WebCore)/plugins \
     $(WebCore)/websockets \
-    $(WebCore)/workers
+    $(WebCore)/workers \
+    $(WebCore)/xml
 
 vpath %.idl = $(IDL_PATH)
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list