+2018-12-30 Yusuke Suzuki <yusukesuzuki@slowstart.org>
+
+ gperf is only used in WebCore
+ https://bugs.webkit.org/show_bug.cgi?id=193061
+
+ Reviewed by Don Olmstead.
+
+ gperf is only used in WebCore. So if the port does not have WebCore,
+ it is not necessary. For example, JSCOnly port does not require it.
+ This patch removes gperf dependency in these ports by checking
+ ENABLE_WEBCORE.
+
+ * Source/cmake/WebKitCommon.cmake:
+
+2018-12-28 Yusuke Suzuki <yusukesuzuki@slowstart.org>
+
+ Add ENABLE_UNIFIED_BUILDS option to cmake ports
+ https://bugs.webkit.org/show_bug.cgi?id=193045
+
+ Reviewed by Don Olmstead.
+
+ This patch adds ENABLE_UNIFIED_BUILDS option to cmake ports, which allows us to disable Unified Builds in WebKit.
+ This makes `compile_commands.json` sane when the unified builds is disabled, and various tools can use this
+ compilation database. For example, YouCompleteMe completion server can use it.
+
+ * Source/cmake/WebKitFeatures.cmake:
+ * Source/cmake/WebKitMacros.cmake:
+
+2018-12-27 Alex Christensen <achristensen@webkit.org>
+
+ Resurrect Mac CMake build
+ https://bugs.webkit.org/show_bug.cgi?id=192658
+
+ Reviewed by Yusuke Suzuki.
+
+ * Source/cmake/OptionsMac.cmake:
+
+2018-12-19 Adrian Perez de Castro <aperez@igalia.com>
+
+ [GTK] Cannot build with CMake <3.7
+ https://bugs.webkit.org/show_bug.cgi?id=192865
+
+ Reviewed by Michael Catanzaro.
+
+ * Source/cmake/OptionsGTK.cmake: Convert usage of VERSION_GREATER_EQUAL to a
+ combination of VERSION_GREATER + STREQUAL.
+
+2018-12-19 Lucas Stach <l.stach@pengutronix.de>
+
+ Fix build on 64bit ARM with arm64 SYSTEM_PROCESSOR
+ https://bugs.webkit.org/show_bug.cgi?id=192497
+
+ Reviewed by Philippe Normand.
+
+ Android and some embedded Linux build systems use arm64 instead of
+ aarch64 as the CMAKE_HOST_PROCESSOR. Fix the JIT build for this scenario.
+
+ * CMakeLists.txt:
+
+2018-12-12 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ [FreeType] Add initial implementation of variation fonts
+ https://bugs.webkit.org/show_bug.cgi?id=192151
+
+ Reviewed by Michael Catanzaro.
+
+ Enable variation fonts in GTK+ port when required dependencies are available.
+
+ * Source/cmake/OptionsGTK.cmake:
+
+2018-12-12 Michael Catanzaro <mcatanzaro@igalia.com>
+
+ Unreviewed manual rollout of r239100-r239102 and r239116
+ https://bugs.webkit.org/show_bug.cgi?id=192151
+ <rdar://problem/46655586>
+
+ * Source/cmake/OptionsGTK.cmake:
+
+2018-12-12 Carlos Garcia Campos <cgarcia@igalia.com>
+
+ [FreeType] Add initial implementation of variation fonts
+ https://bugs.webkit.org/show_bug.cgi?id=192151
+
+ Reviewed by Michael Catanzaro.
+
+ Enable variation fonts in GTK+ port when required dependencies are available.
+
+ * Source/cmake/OptionsGTK.cmake:
+
+2018-12-10 Don Olmstead <don.olmstead@sony.com>
+
+ [CMake] Add ENABLE_RESOURCE_LOAD_STATISTICS to WebKitFeatures.cmake
+ https://bugs.webkit.org/show_bug.cgi?id=192574
+
+ Reviewed by Michael Catanzaro.
+
+ * Source/cmake/WebKitFeatures.cmake:
+
+2018-12-10 Ross Kirsling <ross.kirsling@sony.com>
+
+ Add test262-results directory to .gitignore.
+ https://bugs.webkit.org/show_bug.cgi?id=192547
+
+ Reviewed by Dean Jackson.
+
+ * .gitignore:
+
2018-12-06 Carlos Eduardo Ramalho <cadubentzen@gmail.com>
[GStreamer] -DENABLE_VIDEO=ON -DENABLE_OPENGL=OFF still tries to build GstreamerGL