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

ossy at webkit.org ossy at webkit.org
Sun Feb 20 23:06:26 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit ca3c7af610a40b0984518a151a42740d570644a7
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 17 16:18:06 2011 +0000

    Unreviewed buildfix after r75944.
    
    * WebCore.pro:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75945 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index bffb3d7..0a64d2b 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-17  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed buildfix after r75944.
+
+        * WebCore.pro:
+
 2011-01-17  Yi Shen  <yi.4.shen at nokia.com>
 
         Reviewed by Andreas Kling.
diff --git a/Source/WebCore/WebCore.pro b/Source/WebCore/WebCore.pro
index b37bf45..d37cdc7 100644
--- a/Source/WebCore/WebCore.pro
+++ b/Source/WebCore/WebCore.pro
@@ -3259,11 +3259,11 @@ contains(DEFINES, ENABLE_VIDEO=1) {
      } else:contains(MOBILITY_CONFIG, multimedia) {
         HEADERS += \ 
             platform/graphics/qt/MediaPlayerPrivateQt.h \
-            $$PWD/../../WebKit/qt/WebCoreSupport/FullScreenVideoQt.h
+            $$PWD/../../Source/WebKit/qt/WebCoreSupport/FullScreenVideoQt.h
 
         SOURCES += \
             platform/graphics/qt/MediaPlayerPrivateQt.cpp \
-            $$PWD/../../WebKit/qt/WebCoreSupport/FullScreenVideoQt.cpp
+            $$PWD/../../Source/WebKit/qt/WebCoreSupport/FullScreenVideoQt.cpp
 
         CONFIG *= mobility
         MOBILITY += multimedia

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list