Update Wayland
This commit is contained in:
parent
ebac46345c
commit
9def9b04c9
1 changed files with 7 additions and 7 deletions
14
raylib/external/scripts/glfw-generate-wayland.sh
vendored
14
raylib/external/scripts/glfw-generate-wayland.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue