On Fri, 2 Dec 2022 at 14:18, Gonzalo Garramuño wrote:
>
> I installed what I presumed were the wayland packages:
>
> $ sudo apt install waylandpp-dev
Hmm, I don't think that's it...
On this WSL2/WSLg setup running Ubuntu (effectively 22.04 AFAIK) I have...
$ apt search wayland | grep wayland | grep install
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libwayland-bin/jammy-updates,jammy-security,now 1.20.0-1ubuntu0.1
amd64 [installed,automatic]
libwayland-client0/jammy-updates,jammy-security,now 1.20.0-1ubuntu0.1
amd64 [installed]
libwayland-cursor0/jammy-updates,jammy-security,now 1.20.0-1ubuntu0.1
amd64 [installed]
libwayland-dev/jammy-updates,jammy-security,now 1.20.0-1ubuntu0.1
amd64 [installed]
libwayland-egl1/jammy-updates,jammy-security,now 1.20.0-1ubuntu0.1
amd64 [installed,automatic]
libwayland-server0/jammy-updates,jammy-security,now 1.20.0-1ubuntu0.1
amd64 [installed,automatic]
wayland-protocols/jammy,now 1.25-1 all [installed]
Plus I had to add some dbus-1 dev stuff to appease cmake, and also
xinerama-dev, though cmake told me what to add so that was easy!
Not sure what else is needed, but I think that was all that was needed
beyond what the "normal" X11 build wanted...