Title: [251926] trunk/Source/WebCore
Revision
251926
Author
timothy_hor...@apple.com
Date
2019-11-01 10:18:08 -0700 (Fri, 01 Nov 2019)

Log Message

Fix the watchOS build after r251896

* Configurations/WebCore.xcconfig:
Whoops.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (251925 => 251926)


--- trunk/Source/WebCore/ChangeLog	2019-11-01 17:16:52 UTC (rev 251925)
+++ trunk/Source/WebCore/ChangeLog	2019-11-01 17:18:08 UTC (rev 251926)
@@ -1,3 +1,10 @@
+2019-11-01  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the watchOS build after r251896
+
+        * Configurations/WebCore.xcconfig:
+        Whoops.
+
 2019-11-01  Peng Liu  <peng.l...@apple.com>
 
         Turn on the Picture-in-Picture API feature by default

Modified: trunk/Source/WebCore/Configurations/WebCore.xcconfig (251925 => 251926)


--- trunk/Source/WebCore/Configurations/WebCore.xcconfig	2019-11-01 17:16:52 UTC (rev 251925)
+++ trunk/Source/WebCore/Configurations/WebCore.xcconfig	2019-11-01 17:18:08 UTC (rev 251926)
@@ -90,6 +90,8 @@
 
 WK_IOSURFACE_ACCELERATOR_LDFLAGS = $(WK_IOSURFACE_ACCELERATOR_LDFLAGS_$(WK_PLATFORM_NAME));
 WK_IOSURFACE_ACCELERATOR_LDFLAGS_iphoneos = -framework IOSurfaceAccelerator;
+WK_IOSURFACE_ACCELERATOR_LDFLAGS_watchos = $(WK_IOSURFACE_ACCELERATOR_LDFLAGS_iphoneos);
+WK_IOSURFACE_ACCELERATOR_LDFLAGS_appletvos = $(WK_IOSURFACE_ACCELERATOR_LDFLAGS_iphoneos);
 
 WK_LIBWEBRTC_LDFLAGS = $(WK_LIBWEBRTC_LDFLAGS_$(ENABLE_WEB_RTC));
 WK_LIBWEBRTC_LDFLAGS_ENABLE_WEB_RTC = -framework VideoToolbox -framework CoreMedia -weak-lwebrtc;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to