Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 643890

Summary: dev-qt/qtgui: replace libinput useflag with INPUT_DEVICES expansion
Product: Gentoo Linux Reporter: haarp <main.haarp>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED WONTFIX    
Severity: normal CC: ionen
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=558722
https://bugs.gentoo.org/show_bug.cgi?id=594776
Whiteboard:
Package list:
Runtime testing required: ---

Description haarp 2018-01-08 12:10:56 UTC
dev-qt/qtgui (5.7.1-r1) has a libinput useflag.

I think it would make more sense to use the INPUT_DEVICES expansion for this, which already contains libinput aswell.
Comment 1 Ionen Wolkens gentoo-dev 2023-09-09 17:15:50 UTC
Does not sound that bad but I don't believe we really need this. Not all Qt input options are currently mapped to INPUT_DEVICES (tuio, tslib), and generally I tend to think this particular USE_EXPAND is not all that useful, unlike e.g. VIDEO_CARDS. Majority of users will just leave the profile default alone nowadays.

Also, input on Qt is not as important as it sounds. Even if you disable all devices (libinput, evdev, etc... -- in Qt6 this is allowed now), you'll see be able to input fine because it's mostly handled by X/wayland unless you're using eglfs or so.

Could revisit if we really wanted to streamline these, but for now I'll close this.