Title: [225484] trunk/Source/WebCore/PAL
- Revision
- 225484
- Author
- [email protected]
- Date
- 2017-12-04 11:37:00 -0800 (Mon, 04 Dec 2017)
Log Message
Unreviewed WPE build fix.
* pal/PlatformWPE.cmake: Use GLIB_INCLUDE_DIRS for building the PAL library.
Modified Paths
Diff
Modified: trunk/Source/WebCore/PAL/ChangeLog (225483 => 225484)
--- trunk/Source/WebCore/PAL/ChangeLog 2017-12-04 18:55:07 UTC (rev 225483)
+++ trunk/Source/WebCore/PAL/ChangeLog 2017-12-04 19:37:00 UTC (rev 225484)
@@ -1,3 +1,9 @@
+2017-12-04 Zan Dobersek <[email protected]>
+
+ Unreviewed WPE build fix.
+
+ * pal/PlatformWPE.cmake: Use GLIB_INCLUDE_DIRS for building the PAL library.
+
2017-12-04 Michael Catanzaro <[email protected]>
[WPE][GTK] Implement PAL::SleepDisabler
Modified: trunk/Source/WebCore/PAL/pal/PlatformWPE.cmake (225483 => 225484)
--- trunk/Source/WebCore/PAL/pal/PlatformWPE.cmake 2017-12-04 18:55:07 UTC (rev 225483)
+++ trunk/Source/WebCore/PAL/pal/PlatformWPE.cmake 2017-12-04 19:37:00 UTC (rev 225484)
@@ -16,3 +16,7 @@
crypto/tasn1/Utilities.cpp
)
endif ()
+
+list(APPEND PAL_SYSTEM_INCLUDE_DIRECTORIES
+ ${GLIB_INCLUDE_DIRS}
+)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes