Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951299 - x11-libs/wxGTK: links against libxkbcommon
Summary: x11-libs/wxGTK: links against libxkbcommon
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-13 15:53 UTC by Nicolas PARLANT
Modified: 2025-03-13 17:42 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 Nicolas PARLANT 2025-03-13 15:53:25 UTC
Still a portion of automagic. x11-libs/wxGTK links against libxkbcommon if installed:

> !!! existing preserved libs:
> >>> package: x11-libs/libxkbcommon-1.7.0-r1
>  *  - /usr/lib64/libxkbcommon.so.0
>  *  - /usr/lib64/libxkbcommon.so.0.0.0
>  *      used by /usr/lib64/libwx_gtk3u_core-3.2-gtk3.so.0 (preserved)
>  *      used by /usr/lib64/libwx_gtk3u_core-3.2-gtk3.so.0.2.3 (preserved)
> 
> lddtree /usr/lib64/libwx_gtk3u_core-3.2-gtk3.so.0
> libwx_gtk3u_core-3.2-gtk3.so.0 => /usr/lib64/libwx_gtk3u_core-3.2-gtk3.so
> .0 (interpreter => none)
>    libxkbcommon.so.0 => not found

See https://github.com/wxWidgets/wxWidgets/blob/master/configure.ac#L4993