Ok, i was wondering, now i know, thanks. Ok for me.
On Sun, Oct 27, 2024 at 9:40 AM Volker Schlecht <openbsd-po...@schlecht.dev> wrote: > > I guess we need both. xcb is part of the base system, that's why there's no > corresponding LIB_DEPENDS entry for the WANTLIB entry. > > Updated diff attached. > > On 2024-10-26 12:17, Eric Auge wrote: > >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? > >