Re: git: 1c82c9f99ce3 - main - x11/plasma6-plasma-desktop: Fix the Touchpad KCM

From: Max Brazhnikov <makc_at_freebsd.org>
Date: Wed, 12 Mar 2025 18:26:14 UTC
On Wed, 12 Mar 2025 16:00:05 +0300 Gleb Popov wrote:
> On Tue, Mar 11, 2025 at 6:16 PM Max Brazhnikov <makc@freebsd.org> wrote:
> > libinput is already pulled by qt6-base.
> 
> Right, but adding it to BUILD_DEPENDS here has documentational meaning
> - the library must be present on the configuration stage, so declare
> it accordingly rather than relying on transitive dependencies.

To clarify, I don't object to the changes, they are relevant.

> > And the presence of xf86-input-synaptics
> > changes nothing at least for me: the touchpad kcm worked fine for me before commit
> > as well (I'm using packages). So I believe the problem is elsewhere.
> 
> It also depends on the device itself. Your device probably supports
> the synaptics protocol, so the driver attaches correctly. In my case
> the synaptics driver attaches, but can't do anything with the device,
> but also blocks libinput from attaching.

Thanks for explanation!

Cheers,
Max