Changeset 222804 in webkit


Ignore:
Timestamp:
Oct 3, 2017 1:32:00 PM (7 years ago)
Author:
commit-queue@webkit.org
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 <Olivier Blin> 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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r222794 r222804  
     12017-10-03  Olivier Blin  <olivier.blin@softathome.com>
     2
     3        [WPE] Bump deps to add support for xdg-shell-unstable-v6 protocol
     4        https://bugs.webkit.org/show_bug.cgi?id=177820
     5
     6        Reviewed by Žan Doberšek.
     7
     8        gnome-shell does not advertize the xdg-shell protocol anymore, but xdg-shell-unstable-v6 instead.
     9        Support has been added in WPEBackend-mesa, we need to update the requirements.
     10        wayland-1.10 is needed for wl_proxy_get_version(), used in the generated headers.
     11
     12        * wpe/jhbuild.modules:
     13
    1142017-10-03  Alex Christensen  <achristensen@webkit.org>
    215
  • trunk/Tools/wpe/jhbuild.modules

    r222260 r222804  
    164164             autogen-sh="configure"
    165165             autogenargs="--disable-documentation">
    166     <branch module="releases/wayland-1.9.0.tar.xz" version="1.9.0"
     166    <branch module="releases/wayland-1.10.0.tar.xz" version="1.10.0"
    167167            repo="wayland.freedesktop.org"
    168             hash="sha256:9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa"/>
     168            hash="sha256:4bf6e790aa6f50ab3825676282ecd75850ec9c4767af96ecb7127b1f3c3d60dc"/>
    169169  </autotools>
    170170
     
    182182    </dependencies>
    183183    <branch repo="github.com" module="WebPlatformForEmbedded/WPEBackend-mesa.git"
    184             tag="b6e2a82dfd5a12761911dc890625ec81d2a012b4" />
     184            tag="0286aed84a09120de16c3ab08bdf83c91d4a1754" />
    185185  </cmake>
    186186
Note: See TracChangeset for help on using the changeset viewer.