Title: [144371] tags/Safari-537.32/Source/WebKit2
Revision
144371
Author
[email protected]
Date
2013-02-28 14:33:59 -0800 (Thu, 28 Feb 2013)

Log Message

Merged r144324.  <rdar://problem/13264712>

Modified Paths

Diff

Modified: tags/Safari-537.32/Source/WebKit2/ChangeLog (144370 => 144371)


--- tags/Safari-537.32/Source/WebKit2/ChangeLog	2013-02-28 22:33:32 UTC (rev 144370)
+++ tags/Safari-537.32/Source/WebKit2/ChangeLog	2013-02-28 22:33:59 UTC (rev 144371)
@@ -1,3 +1,16 @@
+2013-02-28  Lucas Forschler  <[email protected]>
+
+        Merge r144324
+
+    2013-02-28  Sam Weinig  <[email protected]>
+
+            Don't install unused XPCServices on Lion
+            <rdar://problem/13264712>
+
+            Rubber-stamped by Anders Carlsson
+
+            * Configurations/BaseXPCService.xcconfig:
+
 2013-02-27  Csaba Osztrogonác  <[email protected]>
 
         [WK2] One more unreviewed buildfix for EFL, GTK and Qt after r144218.

Modified: tags/Safari-537.32/Source/WebKit2/Configurations/BaseXPCService.xcconfig (144370 => 144371)


--- tags/Safari-537.32/Source/WebKit2/Configurations/BaseXPCService.xcconfig	2013-02-28 22:33:32 UTC (rev 144370)
+++ tags/Safari-537.32/Source/WebKit2/Configurations/BaseXPCService.xcconfig	2013-02-28 22:33:59 UTC (rev 144371)
@@ -36,3 +36,8 @@
 
 WRAPPER_EXTENSION = xpc;
 MACH_O_TYPE = mh_execute;
+
+SKIP_INSTALL = $(SKIP_INSTALL_$(TARGET_MAC_OS_X_VERSION_MAJOR));
+SKIP_INSTALL_1070 = YES;
+SKIP_INSTALL_1080 = NO;
+SKIP_INSTALL_1090 = NO;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to