Title: [195613] trunk/Tools
- Revision
- 195613
- Author
- [email protected]
- Date
- 2016-01-26 13:14:33 -0800 (Tue, 26 Jan 2016)
Log Message
[webkitdirs] isCMakeBuild should be true by default
https://bugs.webkit.org/show_bug.cgi?id=153497
Patch by Konstantin Tokarev <[email protected]> on 2016-01-26
Reviewed by Michael Catanzaro.
* Scripts/webkitdirs.pm:
(isCMakeBuild):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (195612 => 195613)
--- trunk/Tools/ChangeLog 2016-01-26 21:12:31 UTC (rev 195612)
+++ trunk/Tools/ChangeLog 2016-01-26 21:14:33 UTC (rev 195613)
@@ -1,3 +1,13 @@
+2016-01-26 Konstantin Tokarev <[email protected]>
+
+ [webkitdirs] isCMakeBuild should be true by default
+ https://bugs.webkit.org/show_bug.cgi?id=153497
+
+ Reviewed by Michael Catanzaro.
+
+ * Scripts/webkitdirs.pm:
+ (isCMakeBuild):
+
2016-01-26 Daniel Bates <[email protected]>
Add WebKitSystemInterface for iOS 9.2
Modified: trunk/Tools/Scripts/webkitdirs.pm (195612 => 195613)
--- trunk/Tools/Scripts/webkitdirs.pm 2016-01-26 21:12:31 UTC (rev 195612)
+++ trunk/Tools/Scripts/webkitdirs.pm 2016-01-26 21:14:33 UTC (rev 195613)
@@ -2090,9 +2090,7 @@
sub isCMakeBuild()
{
- if (isEfl() || isGtk() || isAnyWindows()) {
- return 1;
- }
+ return 1 unless isAppleMacWebKit();
determineIsCMakeBuild();
return $isCMakeBuild;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes