Title: [205357] trunk/Source/WebCore
- Revision
- 205357
- Author
- [email protected]
- Date
- 2016-09-02 11:14:27 -0700 (Fri, 02 Sep 2016)
Log Message
Weak link the GameController.framework on macOS but differently than before.
Reviewed by Dan Bernstein.
* Configurations/WebCore.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (205356 => 205357)
--- trunk/Source/WebCore/ChangeLog 2016-09-02 18:06:41 UTC (rev 205356)
+++ trunk/Source/WebCore/ChangeLog 2016-09-02 18:14:27 UTC (rev 205357)
@@ -1,3 +1,11 @@
+2016-09-02 Brady Eidson <[email protected]>
+
+ Weak link the GameController.framework on macOS but differently than before.
+
+ Reviewed by Dan Bernstein.
+
+ * Configurations/WebCore.xcconfig:
+
2016-09-02 Chris Dumez <[email protected]>
Align proto getter / setter behavior with other browsers
Modified: trunk/Source/WebCore/Configurations/WebCore.xcconfig (205356 => 205357)
--- trunk/Source/WebCore/Configurations/WebCore.xcconfig 2016-09-02 18:06:41 UTC (rev 205356)
+++ trunk/Source/WebCore/Configurations/WebCore.xcconfig 2016-09-02 18:14:27 UTC (rev 205357)
@@ -66,7 +66,7 @@
WK_IOS_BINCOMPAT_LDFLAGS_V10_0 = $(WK_IOS_BINCOMPAT_LDFLAGS_V9_3);
WK_GAMECONTROLLER_LDFLAGS = $(WK_GAMECONTROLLER_LDFLAGS_$(ENABLE_GAMEPAD));
-WK_GAMECONTROLLER_LDFLAGS_ENABLE_GAMEPAD[sdk=iphone*] = -framework GameController;
+WK_GAMECONTROLLER_LDFLAGS_ENABLE_GAMEPAD = -framework GameController;
WK_GAMECONTROLLER_LDFLAGS_ENABLE_GAMEPAD[sdk=macosx*] = -weak_framework GameController;
OTHER_LDFLAGS = $(inherited) $(OTHER_LDFLAGS_PLATFORM) $(WK_GAMECONTROLLER_LDFLAGS);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes