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

Bug 471602

Summary: [qt overlay] dev-qt/qtgui:5 needs x11-libs/libxcb with xkb enabled
Product: Gentoo Linux Reporter: Ostashevskyi Viktor <ostash>
Component: [OLD] LibraryAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://codereview.qt-project.org/52793
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 471684    
Bug Blocks: 454132    

Description Ostashevskyi Viktor 2013-05-28 15:28:10 UTC
Qt5 xcb plugin will fallback to core X11 events with limited input support if libxcb-kxb is absent.

Reproducible: Always




Solution: add --enable-xkb to configure options of x11-libs/libxcb
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2013-06-01 07:15:56 UTC
Ok so basically we just need to depend on >=libxcb-1.9.1[xkb] now, right?
Comment 2 Michael Palimaka (kensington) gentoo-dev 2013-06-01 16:02:08 UTC
(In reply to Davide Pesavento from comment #1)
> Ok so basically we just need to depend on >=libxcb-1.9.1[xkb] now, right?

I guess, there's no reason the user would not want this is there?
Comment 3 Ostashevskyi Viktor 2013-06-03 07:44:13 UTC
(In reply to Davide Pesavento from comment #1)
> Ok so basically we just need to depend on >=libxcb-1.9.1[xkb] now, right?

From what I could see in theirs Gerrit - yes.
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2013-06-10 08:20:10 UTC
Fixed, thanks for reporting.