Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951917 - [guru] x11-misc/input-leap: cannot use in wayland due to upstream default to building without libei
Summary: [guru] x11-misc/input-leap: cannot use in wayland due to upstream default to ...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: AMD64 Linux
: Normal trivial
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-23 15:25 UTC by Hoang-Son Nguyen
Modified: 2025-04-07 09:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hoang-Son Nguyen 2025-03-23 15:25:03 UTC
Default to running in Xwayland.
I can fix this on my machine by changing input-leap/CMakeLists.txt line 23 to:

option(INPUTLEAP_BUILD_LIBEI "Build with libei support" ON)

and build with libportal dependency
Comment 1 Larry the Git Cow gentoo-dev 2025-04-07 09:32:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5e864a2560dd024499c2f0dd58e3b5bf9311561

commit a5e864a2560dd024499c2f0dd58e3b5bf9311561
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2025-04-06 15:16:45 +0000
Commit:     Takuya Wakazono <pastalian46@gmail.com>
CommitDate: 2025-04-06 15:16:45 +0000

    x11-misc/input-leap: add wayland USE flag
    
    Closes: https://bugs.gentoo.org/951917
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>

 x11-misc/input-leap/input-leap-9999.ebuild | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)