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

abecsi at webkit.org abecsi at webkit.org
Wed Dec 22 18:02:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0fd2a94f8acc92bd67b69014842027f806a9196d
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 6 13:19:19 2010 +0000

    2010-12-06  Andras Becsi  <abecsi at webkit.org>
    
            Reviewed by Csaba Osztrogonác.
    
            [Qt][V8] Build fix after r73283.
    
            No new tests needed.
    
            * WebCore.pri: Add missing webaudio directory
            to IDL generator includes.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73358 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4a75215..d645d63 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-06  Andras Becsi  <abecsi at webkit.org>
+
+        Reviewed by Csaba Osztrogonác.
+
+        [Qt][V8] Build fix after r73283.
+
+        No new tests needed.
+
+        * WebCore.pri: Add missing webaudio directory
+        to IDL generator includes.
+
 2010-12-06  Philippe Normand  <pnormand at igalia.com>
 
         Reviewed by Martin Robinson.
diff --git a/WebCore/WebCore.pri b/WebCore/WebCore.pri
index c5fb900..d3e816e 100644
--- a/WebCore/WebCore.pri
+++ b/WebCore/WebCore.pri
@@ -597,7 +597,20 @@ idl.input = IDL_BINDINGS
 idl.wkScript = $$PWD/bindings/scripts/generate-bindings.pl
 v8: generator = V8
 else: generator = JS
-idl.commands = perl -I$$PWD/bindings/scripts $$idl.wkScript --defines \"$${FEATURE_DEFINES_JAVASCRIPT}\" --generator $$generator --include $$PWD/dom --include $$PWD/fileapi --include $$PWD/html --include $$PWD/xml --include $$PWD/svg --include $$PWD/storage --include $$PWD/css --include $$PWD/workers --outputDir $$WC_GENERATED_SOURCES_DIR --preprocessor \"$${QMAKE_MOC} -E\" ${QMAKE_FILE_NAME}
+idl.commands = perl -I$$PWD/bindings/scripts $$idl.wkScript \
+               --defines \"$${FEATURE_DEFINES_JAVASCRIPT}\" \
+               --generator $$generator \
+               --include $$PWD/dom \
+               --include $$PWD/fileapi \
+               --include $$PWD/html \
+               --include $$PWD/xml \
+               --include $$PWD/svg \
+               --include $$PWD/storage \
+               --include $$PWD/css \
+               --include $$PWD/webaudio \
+               --include $$PWD/workers \
+               --outputDir $$WC_GENERATED_SOURCES_DIR \
+               --preprocessor \"$${QMAKE_MOC} -E\" ${QMAKE_FILE_NAME}
 v8 {
     idl.output = $${WC_GENERATED_SOURCES_DIR}/V8${QMAKE_FILE_BASE}.cpp
     idl.depends = $$PWD/bindings/scripts/CodeGenerator.pm \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list