From fde51018caff1aeee2348ee983c1098861467673 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 5 Jun 2020 23:38:18 +0400 Subject: [PATCH] Update libwayland --- .github/workflows/linux.yml | 2 +- docs/building-cmake.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8772e50ef..b350b487a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -383,7 +383,7 @@ jobs: run: | cd $LibrariesPath - git clone -b 1.16 https://gitlab.freedesktop.org/wayland/wayland + git clone -b 1.18.0 https://gitlab.freedesktop.org/wayland/wayland cd wayland ./autogen.sh \ --enable-static \ diff --git a/docs/building-cmake.md b/docs/building-cmake.md index e78bcabf6..ec28810ac 100644 --- a/docs/building-cmake.md +++ b/docs/building-cmake.md @@ -212,7 +212,7 @@ Go to ***BuildPath*** and run sudo make install_sw cd .. - git clone -b 1.16 https://gitlab.freedesktop.org/wayland/wayland + git clone -b 1.18.0 https://gitlab.freedesktop.org/wayland/wayland cd wayland ./autogen.sh \ --enable-static \