Le Wed, Nov 06, 2024 at 03:10:34PM +0100, Landry Breuil a écrit : > Le Wed, Nov 06, 2024 at 10:13:21AM +0100, Matthieu Herrb a écrit : > > This needs the wlroot 0.18.1 update not yet committed and > > libinput-openbsd 1.26.2 and wmenu 0.1.9 that I just commited. > > sure, it says it out loud :) > > Dependency libinput found: NO. Found 1.24.0 but need: '>=1.26.0' > > might aswell enforce it ? > > - wayland/libinput-openbsd \ > + wayland/libinput-openbsd>=1.26 \ > > i havent been able to use wmenu in my previous tries (it was just > running in background gobbling cpu with a find..), but will recheck
to install the sample config, it's enough to use this: post-install: mv ${WRKINST}${SYSCONFDIR}/sway ${PREFIX}/share/examples/ this way make update-plist doesnt complain that there are leftover files in ${WRKINST}/${SYSCONFDIR}, and that has the added benefit of having samples in a one-level-less deep folder: share/examples/sway/ -share/examples/sway/sway/ @sample ${SYSCONFDIR}/sway/ -share/examples/sway/sway/config +share/examples/sway/config @sample ${SYSCONFDIR}/sway/config with that and the dependency version enforcement above, works here in my limited testing, ok with me. just tell me when you commit it (&wlroots 0.18) so that i can commit the wayfire update (i've also checked that wf-shell & wcm built fine with wlroots 0.18). Landry