Update wayland-protocols to latest version

This commit is contained in:
Ilya Fedin 2021-01-13 00:41:36 +04:00 committed by John Preston
parent 7656a546b0
commit e799fdaa3d

View file

@ -220,7 +220,7 @@ RUN rm -rf wayland
FROM builder AS wayland-protocols FROM builder AS wayland-protocols
COPY --from=wayland ${LibrariesPath}/wayland-cache / COPY --from=wayland ${LibrariesPath}/wayland-cache /
RUN git clone -b 1.18 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols.git RUN git clone -b 1.20 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols.git
WORKDIR wayland-protocols WORKDIR wayland-protocols
RUN ./autogen.sh RUN ./autogen.sh