I guess there are several way to approach it or maybe the proper way is like xcb and using WANTLIB ?
On Sat, Oct 26, 2024 at 12:12 PM Eric Auge <eau+o...@unix4fun.net> wrote: > > I received a bug report, about a missing xkb common library, looking > into one of the depending crates > ( https://docs.rs/xkbcommon-dl/latest/src/xkbcommon_dl/lib.rs.html#325 > ) you see that it dynamically > loads libxkbcommon shared object at runtime.. which leads to an error > when starting it. > > I think we would need to add a > LIB_DEPENDS = x11/xkbcommon > > Does that sound reasonable? > > Cheers, > Eric. > > > On Fri, Oct 25, 2024 at 4:37 PM Volker Schlecht > <openbsd-po...@schlecht.dev> wrote: > > > > Cc: Maintainer > > > > Rather trivial update to the latest release. Works fine here on amd64 under > > x11, > > still doesn't want to play nice with Wayland, though. > > > > ok?