Title: [224329] trunk
- Revision
- 224329
- Author
- [email protected]
- Date
- 2017-11-02 06:41:16 -0700 (Thu, 02 Nov 2017)
Log Message
Unreviewed, fix typos in library names for the GTK+ port.
* Source/cmake/OptionsGTK.cmake:
Modified Paths
Diff
Modified: trunk/ChangeLog (224328 => 224329)
--- trunk/ChangeLog 2017-11-02 12:01:15 UTC (rev 224328)
+++ trunk/ChangeLog 2017-11-02 13:41:16 UTC (rev 224329)
@@ -1,3 +1,9 @@
+2017-11-02 Alberto Garcia <[email protected]>
+
+ Unreviewed, fix typos in library names for the GTK+ port.
+
+ * Source/cmake/OptionsGTK.cmake:
+
2017-10-31 Carlos Garcia Campos <[email protected]>
Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.1 release.
Modified: trunk/Source/cmake/OptionsGTK.cmake (224328 => 224329)
--- trunk/Source/cmake/OptionsGTK.cmake 2017-11-02 12:01:15 UTC (rev 224328)
+++ trunk/Source/cmake/OptionsGTK.cmake 2017-11-02 13:41:16 UTC (rev 224329)
@@ -367,11 +367,11 @@
if (USE_WOFF2)
find_package(BrotliDec 1.0.1)
if (NOT BROTLIDEC_FOUND)
- message(FATAL_ERROR "librotlidec is needed for USE_WOFF2.")
+ message(FATAL_ERROR "libbrotlidec is needed for USE_WOFF2.")
endif ()
find_package(WOFF2Dec 1.0.1)
if (NOT WOFF2DEC_FOUND)
- message(FATAL_ERROR "liwoff2dec is needed for USE_WOFF2.")
+ message(FATAL_ERROR "libwoff2dec is needed for USE_WOFF2.")
endif ()
endif ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes