build: the input-method and virtual-keyboard protocols

zwp_input_method_v2 and zwp_virtual_keyboard_v1, vendored verbatim from
wlroots 012ca825 under proto/ and turned into imv2.[ch] and vkv1.[ch] by
wayland-scanner; only the XML is tracked, and nothing compiles them yet.
The Dockerfile gains wayland, which carries the scanner.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-17 18:55:41 +09:00
parent 27180bc0fe
commit 233884e51f
6 changed files with 627 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ RUN pacman -Syu --noconfirm --needed \
ttf-dejavu \
ttf-jigmo \
valgrind \
wayland \
which \
xorg-server-xvfb \
xcb-imdkit \