On Thu, Nov 11, 2021 at 04:15:16PM +0000, Edgar Mobile wrote: > Greetings, > > I work my way through this Wayland tutorial: > > https://wiki.tizen.org/Wayland_xdg-shell_protocol > > To compile the example, I need a certain header allegedly in the Weston > source tree: > > xdg-shell-client-protocol.h > > But I can't find it. What should I do to make it appear?
It's generated from 'xdg-shell.xml'[0] using 'wayland-scanner'. wayland-scanner is part of the wayland repository, and can be found via your distribution, e.g. the 'wayland-devel' package on Fedora. Jonas [1] https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/stable/xdg-shell/xdg-shell.xml > > Regards