RESOLVED FIXED 116128
[GTK] Add support for building WebCore to the cmake build
https://bugs.webkit.org/show_bug.cgi?id=116128
Summary [GTK] Add support for building WebCore to the cmake build
Martin Robinson
Reported 2013-05-14 16:41:47 PDT
This is the next step on the path to getting WebKit2 building.
Attachments
Patch (19.83 KB, patch)
2013-05-14 17:12 PDT, Martin Robinson
gustavo: review+
Martin Robinson
Comment 1 2013-05-14 17:12:17 PDT
Gustavo Noronha (kov)
Comment 2 2013-05-16 10:31:54 PDT
Comment on attachment 201773 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=201773&action=review > Source/WebCore/ChangeLog:9 > + * platform/gtk/GtkVersioning.c: Include "config.h" since because we removed since because > Source/WebCore/PlatformGTK.cmake:291 > + set_source_files_properties(platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp PROPERTIES COMPILE_DEFINITIONS "GLIB_DISABLE_DEPRECATION_WARNINGS=1") This is a pretty neat feature of cmake, I must say. > Source/cmake/OptionsGTK.cmake:126 > +CHECK_INCLUDE_FILES("GL/glx.h" GLX_FOUND) I haven't figured out the upper/lowercase rules 100% yet, but this feels like it should be lower.
Martin Robinson
Comment 3 2013-05-16 11:18:44 PDT
Note You need to log in before you can comment on or make changes to this bug.