Title: [92303] trunk
Revision
92303
Author
kev...@webkit.org
Date
2011-08-03 12:38:19 -0700 (Wed, 03 Aug 2011)

Log Message

[wx] Unreviewed build fix after gesture recognizer changes.

Modified Paths


Diff

Modified: trunk/ChangeLog (92302 => 92303)


--- trunk/ChangeLog	2011-08-03 19:36:04 UTC (rev 92302)
+++ trunk/ChangeLog	2011-08-03 19:38:19 UTC (rev 92303)
@@ -1,3 +1,9 @@
+2011-08-03  Kevin Ollivier  <kev...@theolliviers.com>
+
+        [wx] Unreviewed build fix after gesture recognizer changes.
+
+        * wscript:
+
 2011-08-02  Caio Marcelo de Oliveira Filho  <caio.olive...@openbossa.org>
 
         [Qt] [WK2] Expose web view classes to QML

Modified: trunk/wscript (92302 => 92303)


--- trunk/wscript	2011-08-03 19:36:04 UTC (rev 92302)
+++ trunk/wscript	2011-08-03 19:38:19 UTC (rev 92303)
@@ -330,6 +330,9 @@
         # once we move over to the new FPD implementation, remove this.
         excludes.append('FontPlatformData.cpp')
         
+        # we don't use gestures currently
+        excludes.append('PlatformGestureRecognizer.cpp')
+        
         if sys.platform.startswith('darwin'):
             webcore.includes += ' Source/WebKit/mac/WebCoreSupport WebCore/platform/mac'
             webcore.source += ' Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to