Title: [169342] trunk/Tools
Revision
169342
Author
[email protected]
Date
2014-05-26 07:04:21 -0700 (Mon, 26 May 2014)

Log Message

[EFL] Turn on ENABLE_CSS_FILTERS in build script
https://bugs.webkit.org/show_bug.cgi?id=133278

Reviewed by Gyuyoung Kim.

* Scripts/webkitperl/FeatureList.pm: Add a build script condition missing in r169172.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (169341 => 169342)


--- trunk/Tools/ChangeLog	2014-05-26 13:57:20 UTC (rev 169341)
+++ trunk/Tools/ChangeLog	2014-05-26 14:04:21 UTC (rev 169342)
@@ -1,3 +1,12 @@
+2014-05-26  Michał Pakuła vel Rutka  <[email protected]>
+
+        [EFL] Turn on ENABLE_CSS_FILTERS in build script
+        https://bugs.webkit.org/show_bug.cgi?id=133278
+
+        Reviewed by Gyuyoung Kim.
+
+        * Scripts/webkitperl/FeatureList.pm: Add a build script condition missing in r169172.
+
 2014-05-26  Eva Balazsfalvi  <[email protected]>
 
         run-_javascript_core-tests warning fix on non Mac platforms

Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (169341 => 169342)


--- trunk/Tools/Scripts/webkitperl/FeatureList.pm	2014-05-26 13:57:20 UTC (rev 169341)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm	2014-05-26 14:04:21 UTC (rev 169342)
@@ -183,7 +183,7 @@
       define => "ENABLE_CSS_SHAPES", default => 1, value => \$cssShapesSupport },
 
     { option => "css-filters", desc => "Toggle CSS Filters support",
-      define => "ENABLE_CSS_FILTERS", default => (isAppleMacWebKit() || isIOSWebKit()), value => \$cssFiltersSupport },
+      define => "ENABLE_CSS_FILTERS", default => (isAppleMacWebKit() || isIOSWebKit() || isEfl()), value => \$cssFiltersSupport },
 
     { option => "css-grid-layout", desc => "Toggle CSS Grid Layout support",
       define => "ENABLE_CSS_GRID_LAYOUT", default => 1, value => \$cssGridLayoutSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to