Title: [273551] trunk/Tools
- Revision
- 273551
- Author
- [email protected]
- Date
- 2021-02-26 04:45:35 -0800 (Fri, 26 Feb 2021)
Log Message
Unreviewed, WPE build fix after SDK r273544 deployment
* TestWebKitAPI/PlatformWPE.cmake: GLib include path was missing in the TestJavaScriptCore
build.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (273550 => 273551)
--- trunk/Tools/ChangeLog 2021-02-26 12:05:33 UTC (rev 273550)
+++ trunk/Tools/ChangeLog 2021-02-26 12:45:35 UTC (rev 273551)
@@ -1,3 +1,10 @@
+2021-02-26 Philippe Normand <[email protected]>
+
+ Unreviewed, WPE build fix after SDK r273544 deployment
+
+ * TestWebKitAPI/PlatformWPE.cmake: GLib include path was missing in the TestJavaScriptCore
+ build.
+
2021-02-25 Commit Queue <[email protected]>
Unreviewed, reverting r273122 and r273123.
Modified: trunk/Tools/TestWebKitAPI/PlatformWPE.cmake (273550 => 273551)
--- trunk/Tools/TestWebKitAPI/PlatformWPE.cmake 2021-02-26 12:05:33 UTC (rev 273550)
+++ trunk/Tools/TestWebKitAPI/PlatformWPE.cmake 2021-02-26 12:45:35 UTC (rev 273551)
@@ -24,6 +24,11 @@
${GLIB_INCLUDE_DIRS}
)
+# TestJavaScriptCore
+list(APPEND TestJavaScriptCore_SYSTEM_INCLUDE_DIRECTORIES
+ ${GLIB_INCLUDE_DIRS}
+)
+
# TestWebCore
list(APPEND TestWebCore_SOURCES
${test_main_SOURCES}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes