Title: [186800] trunk
Revision
186800
Author
clo...@igalia.com
Date
2015-07-14 01:46:01 -0700 (Tue, 14 Jul 2015)

Log Message

[GTK] [Wayland] Build by default the X11 and Wayland targets.
https://bugs.webkit.org/show_bug.cgi?id=146057

Reviewed by Carlos Garcia Campos.

.:

* Source/cmake/OptionsGTK.cmake:

Tools:

* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/ChangeLog (186799 => 186800)


--- trunk/ChangeLog	2015-07-14 01:58:28 UTC (rev 186799)
+++ trunk/ChangeLog	2015-07-14 08:46:01 UTC (rev 186800)
@@ -1,3 +1,12 @@
+2015-07-14  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] [Wayland] Build by default the X11 and Wayland targets.
+        https://bugs.webkit.org/show_bug.cgi?id=146057
+
+        Reviewed by Carlos Garcia Campos.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2015-07-10  Michael Catanzaro  <mcatanz...@igalia.com>
 
         [GTK] ar warning when linking static libraries

Modified: trunk/Source/cmake/OptionsGTK.cmake (186799 => 186800)


--- trunk/Source/cmake/OptionsGTK.cmake	2015-07-14 01:58:28 UTC (rev 186799)
+++ trunk/Source/cmake/OptionsGTK.cmake	2015-07-14 08:46:01 UTC (rev 186800)
@@ -69,7 +69,7 @@
 WEBKIT_OPTION_DEFINE(ENABLE_OPENGL "Whether to use OpenGL." PUBLIC ON)
 WEBKIT_OPTION_DEFINE(ENABLE_PLUGIN_PROCESS_GTK2 "Whether to build WebKitPluginProcess2 to load GTK2 based plugins." PUBLIC ON)
 WEBKIT_OPTION_DEFINE(ENABLE_X11_TARGET "Whether to enable support for the X11 windowing target." PUBLIC ON)
-WEBKIT_OPTION_DEFINE(ENABLE_WAYLAND_TARGET "Whether to enable support for the Wayland windowing target." PUBLIC OFF)
+WEBKIT_OPTION_DEFINE(ENABLE_WAYLAND_TARGET "Whether to enable support for the Wayland windowing target." PUBLIC ON)
 WEBKIT_OPTION_DEFINE(USE_LIBNOTIFY "Whether to enable the default web notification implementation." PUBLIC ON)
 WEBKIT_OPTION_DEFINE(USE_LIBHYPHEN "Whether to enable the default automatic hyphenation implementation." PUBLIC ON)
 

Modified: trunk/Tools/ChangeLog (186799 => 186800)


--- trunk/Tools/ChangeLog	2015-07-14 01:58:28 UTC (rev 186799)
+++ trunk/Tools/ChangeLog	2015-07-14 08:46:01 UTC (rev 186800)
@@ -1,3 +1,12 @@
+2015-07-14  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] [Wayland] Build by default the X11 and Wayland targets.
+        https://bugs.webkit.org/show_bug.cgi?id=146057
+
+        Reviewed by Carlos Garcia Campos.
+
+        * gtk/install-dependencies:
+
 2015-07-10  Brent Fulgham  <bfulg...@apple.com>
 
         [Mac] Unable to dismiss context menu during test runs

Modified: trunk/Tools/gtk/install-dependencies (186799 => 186800)


--- trunk/Tools/gtk/install-dependencies	2015-07-14 01:58:28 UTC (rev 186799)
+++ trunk/Tools/gtk/install-dependencies	2015-07-14 08:46:01 UTC (rev 186800)
@@ -97,6 +97,7 @@
         libxslt1-dev \
         libxt-dev \
         libxtst-dev \
+        libwayland-dev \
         ruby \
         xfonts-utils
 
@@ -230,7 +231,8 @@
         ninja \
         ruby \
         xorg-font-utils \
-        orc"
+        orc \
+        wayland"
 
     # These are dependencies necessary for running tests.
     # Note: apache-mod_bw is available in the AUR, but the main repos
@@ -330,6 +332,8 @@
         libsoup-devel \
 	libv4l-devel \
         libwebp-devel \
+        libwayland-client-devel \
+        libwayland-server-devel \
         libxslt-devel \
         mesa-libGL-devel \
         ninja-build \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to