Update Wayland

This commit is contained in:
Milan Nikolic 2023-06-21 13:11:37 +02:00
parent ebac46345c
commit 9def9b04c9
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -10,7 +10,7 @@ git clone --depth 1 https://gitlab.freedesktop.org/wayland/wayland-protocols.git
cd $TMPDIR
cd wayland
rm -f "$GLGLFW_PATH"/wayland-client-protocol.c
rm -f "$GLGLFW_PATH"/wayland-client-protocol.h
rm -f "$GLGLFW_PATH"/wayland-client-protocol-code.h
wayland-scanner private-code ./protocol/wayland.xml "$GLGLFW_PATH"/wayland-client-protocol-code.h
@ -19,17 +19,17 @@ wayland-scanner client-header ./protocol/wayland.xml "$GLGLFW_PATH"/wayland-clie
cd $TMPDIR
cd wayland-protocols
rm -f "$GLGLFW_PATH"/wayland-xdg-shell-client-protocol.c
rm -f "$GLGLFW_PATH"/wayland-xdg-shell-client-protocol.h
rm -f "$GLGLFW_PATH"/wayland-xdg-shell-client-protocol-code.h
rm -f "$GLGLFW_PATH"/wayland-xdg-decoration-client-protocol.c
rm -f "$GLGLFW_PATH"/wayland-xdg-decoration-client-protocol.h
rm -f "$GLGLFW_PATH"/wayland-xdg-decoration-client-protocol-code.h
rm -f "$GLGLFW_PATH"/wayland-viewporter-client-protocol.c
rm -f "$GLGLFW_PATH"/wayland-viewporter-client-protocol.h
rm -f "$GLGLFW_PATH"/wayland-viewporter-client-protocol-code.h
rm -f "$GLGLFW_PATH"/wayland-relative-pointer-unstable-v1-client-protocol.c
rm -f "$GLGLFW_PATH"/wayland-relative-pointer-unstable-v1-client-protocol.h
rm -f "$GLGLFW_PATH"/wayland-relative-pointer-unstable-v1-client-protocol-code.h
rm -f "$GLGLFW_PATH"/wayland-pointer-constraints-unstable-v1-client-protocol.c
rm -f "$GLGLFW_PATH"/wayland-pointer-constraints-unstable-v1-client-protocol.h
rm -f "$GLGLFW_PATH"/wayland-pointer-constraints-unstable-v1-client-protocol-code.h
rm -f "$GLGLFW_PATH"/wayland-idle-inhibit-unstable-v1-client-protocol.c
rm -f "$GLGLFW_PATH"/wayland-idle-inhibit-unstable-v1-client-protocol.h
rm -f "$GLGLFW_PATH"/wayland-idle-inhibit-unstable-v1-client-protocol-code.h
wayland-scanner private-code ./stable/xdg-shell/xdg-shell.xml "$GLGLFW_PATH"/wayland-xdg-shell-client-protocol-code.h