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

paroga at webkit.org paroga at webkit.org
Wed Dec 22 17:47:38 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit aac1cd05273d5c9e2fe9c9ac7640d0d15e1b57e4
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 30 13:54:36 2010 +0000

    2010-11-30  Patrick Gansterer  <paroga at webkit.org>
    
            Reviewed by Andreas Kling.
    
            [CMake] Use preprocessor argument in GENERATE_DOM_NAMES
            https://bugs.webkit.org/show_bug.cgi?id=49886
    
            * cmake/WebKitMacros.cmake:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72908 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 2ce2618..a1795e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
 
         Reviewed by Andreas Kling.
 
+        [CMake] Use preprocessor argument in GENERATE_DOM_NAMES
+        https://bugs.webkit.org/show_bug.cgi?id=49886
+
+        * cmake/WebKitMacros.cmake:
+
+2010-11-30  Patrick Gansterer  <paroga at webkit.org>
+
+        Reviewed by Andreas Kling.
+
         Move generator logic into WebCore CMakeLists.txt file
         https://bugs.webkit.org/show_bug.cgi?id=49885
 
diff --git a/cmake/WebKitMacros.cmake b/cmake/WebKitMacros.cmake
index 8c1f543..235031b 100644
--- a/cmake/WebKitMacros.cmake
+++ b/cmake/WebKitMacros.cmake
@@ -51,7 +51,7 @@ MACRO (GENERATE_DOM_NAMES _namespace _attrs)
     ADD_CUSTOM_COMMAND(
         OUTPUT  ${_outputfiles}
         DEPENDS ${NAMES_GENERATOR} ${SCRIPTS_BINDINGS} ${_attrs} ${_tags}
-        COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${NAMES_GENERATOR} --outputDir ${DERIVED_SOURCES_DIR} ${_arguments} ${_additionArguments}
+        COMMAND ${PERL_EXECUTABLE} -I${WEBCORE_DIR}/bindings/scripts ${NAMES_GENERATOR} --preprocessor "${CODE_GENERATOR_PREPROCESSOR}" --outputDir ${DERIVED_SOURCES_DIR} ${_arguments} ${_additionArguments}
         VERBATIM)
 ENDMACRO ()
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list