Title: [222804] trunk/Tools
Revision
222804
Author
[email protected]
Date
2017-10-03 13:32:00 -0700 (Tue, 03 Oct 2017)

Log Message

[WPE] Bump deps to add support for xdg-shell-unstable-v6 protocol
https://bugs.webkit.org/show_bug.cgi?id=177820

Patch by Olivier Blin <[email protected]> on 2017-10-03
Reviewed by Žan Doberšek.

gnome-shell does not advertize the xdg-shell protocol anymore, but xdg-shell-unstable-v6 instead.
Support has been added in WPEBackend-mesa, we need to update the requirements.
wayland-1.10 is needed for wl_proxy_get_version(), used in the generated headers.

* wpe/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222803 => 222804)


--- trunk/Tools/ChangeLog	2017-10-03 19:56:34 UTC (rev 222803)
+++ trunk/Tools/ChangeLog	2017-10-03 20:32:00 UTC (rev 222804)
@@ -1,3 +1,16 @@
+2017-10-03  Olivier Blin  <[email protected]>
+
+        [WPE] Bump deps to add support for xdg-shell-unstable-v6 protocol
+        https://bugs.webkit.org/show_bug.cgi?id=177820
+
+        Reviewed by Žan Doberšek.
+
+        gnome-shell does not advertize the xdg-shell protocol anymore, but xdg-shell-unstable-v6 instead.
+        Support has been added in WPEBackend-mesa, we need to update the requirements.
+        wayland-1.10 is needed for wl_proxy_get_version(), used in the generated headers.
+
+        * wpe/jhbuild.modules:
+
 2017-10-03  Alex Christensen  <[email protected]>
 
         Add ObjC SPI equivalent to WKPageLoaderClient.willGoToBackForwardListItem

Modified: trunk/Tools/wpe/jhbuild.modules (222803 => 222804)


--- trunk/Tools/wpe/jhbuild.modules	2017-10-03 19:56:34 UTC (rev 222803)
+++ trunk/Tools/wpe/jhbuild.modules	2017-10-03 20:32:00 UTC (rev 222804)
@@ -163,9 +163,9 @@
   <autotools id="wayland"
              autogen-sh="configure"
              autogenargs="--disable-documentation">
-    <branch module="releases/wayland-1.9.0.tar.xz" version="1.9.0"
+    <branch module="releases/wayland-1.10.0.tar.xz" version="1.10.0"
             repo="wayland.freedesktop.org"
-            hash="sha256:9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa"/>
+            hash="sha256:4bf6e790aa6f50ab3825676282ecd75850ec9c4767af96ecb7127b1f3c3d60dc"/>
   </autotools>
 
   <cmake id="wpe">
@@ -181,7 +181,7 @@
       <dep package="xkbcommon" />
     </dependencies>
     <branch repo="github.com" module="WebPlatformForEmbedded/WPEBackend-mesa.git"
-            tag="b6e2a82dfd5a12761911dc890625ec81d2a012b4" />
+            tag="0286aed84a09120de16c3ab08bdf83c91d4a1754" />
   </cmake>
 
   <autotools id="libgpg-error" autogen-sh="configure">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to