Title: [224817] trunk/Source/WebCore
- Revision
- 224817
- Author
- [email protected]
- Date
- 2017-11-14 09:18:06 -0800 (Tue, 14 Nov 2017)
Log Message
[GTK][WPE] Don't require brotli
https://bugs.webkit.org/show_bug.cgi?id=178122
Reviewed by Frédéric Wang.
Remove stray remaining use of brotli CMake variable.
* CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/Source/WebCore/CMakeLists.txt (224816 => 224817)
--- trunk/Source/WebCore/CMakeLists.txt 2017-11-14 16:37:29 UTC (rev 224816)
+++ trunk/Source/WebCore/CMakeLists.txt 2017-11-14 17:18:06 UTC (rev 224817)
@@ -1477,7 +1477,7 @@
if (USE_WOFF2)
list(APPEND WebCore_INCLUDE_DIRECTORIES "${WOFF2DEC_INCLUDE_DIRS}")
- list(APPEND WebCore_LIBRARIES "${BROTLIDEC_LIBRARIES}" "${WOFF2DEC_LIBRARIES}")
+ list(APPEND WebCore_LIBRARIES "${WOFF2DEC_LIBRARIES}")
endif ()
if (USE_XDGMIME)
Modified: trunk/Source/WebCore/ChangeLog (224816 => 224817)
--- trunk/Source/WebCore/ChangeLog 2017-11-14 16:37:29 UTC (rev 224816)
+++ trunk/Source/WebCore/ChangeLog 2017-11-14 17:18:06 UTC (rev 224817)
@@ -1,3 +1,14 @@
+2017-11-14 Michael Catanzaro <[email protected]>
+
+ [GTK][WPE] Don't require brotli
+ https://bugs.webkit.org/show_bug.cgi?id=178122
+
+ Reviewed by Frédéric Wang.
+
+ Remove stray remaining use of brotli CMake variable.
+
+ * CMakeLists.txt:
+
2017-11-14 Zan Dobersek <[email protected]>
[Cairo] Move drawLinesForText operation from GraphicsContextCairo to CairoOperations
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes