Title: [107906] trunk/Tools
Revision
107906
Author
[email protected]
Date
2012-02-16 00:40:19 -0800 (Thu, 16 Feb 2012)

Log Message

WinCE build fix after r107656.

Disable FTPDIR on WinCE, since it does not compile there.

* Scripts/build-webkit:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (107905 => 107906)


--- trunk/Tools/ChangeLog	2012-02-16 08:31:35 UTC (rev 107905)
+++ trunk/Tools/ChangeLog	2012-02-16 08:40:19 UTC (rev 107906)
@@ -1,3 +1,11 @@
+2012-02-16  Patrick Gansterer  <[email protected]>
+
+        WinCE build fix after r107656.
+
+        Disable FTPDIR on WinCE, since it does not compile there.
+
+        * Scripts/build-webkit:
+
 2012-02-15  Leo Yang  <[email protected]>
 
         Build fix after r107863.

Modified: trunk/Tools/Scripts/build-webkit (107905 => 107906)


--- trunk/Tools/Scripts/build-webkit	2012-02-16 08:31:35 UTC (rev 107905)
+++ trunk/Tools/Scripts/build-webkit	2012-02-16 08:40:19 UTC (rev 107906)
@@ -204,7 +204,7 @@
       define => "ENABLE_FILTERS", default => (isAppleWebKit() || isGtk() || isQt() || isEfl() || isBlackBerry()), value => \$filtersSupport },
 
     { option => "ftpdir", desc => "Toggle FTP directory support",
-      define => "ENABLE_FTPDIR", default => 1, value => \$ftpDirSupport },
+      define => "ENABLE_FTPDIR", default => !isWinCE(), value => \$ftpDirSupport },
 
     { option => "fullscreen-api", desc => "Toggle Fullscreen API support",
       define => "ENABLE_FULLSCREEN_API", default => (isAppleMacWebKit() || isGtk()), value => \$fullscreenAPISupport },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to