Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900589 - dev-qt/qtwayland:6 should dep on dev-qt/qtbase[egl]
Summary: dev-qt/qtwayland:6 should dep on dev-qt/qtbase[egl]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-03-09 16:00 UTC by microcai
Modified: 2023-06-18 17:41 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 microcai 2023-03-09 16:00:55 UTC
if qtbase is built with USE=-egl, then every qt6 app will complain about missing egl client buffer integration

every qt6 app will output this upon startup on wayland platform:
qt.qpa.wayland: Failed to load client buffer integration: "wayland-egl"
qt.qpa.wayland: Available client buffer integrations: QList()


thus, qtwayland should depends on qtbase[egl], and a rebuild is also required for qtwayland to take effect.


after building qtbase with USE=egl, and rebuild qtwayland. all qt6 app works fine under wayland env.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-06-18 17:41:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3823996101c51506d8a5d02a41ca140e6a5d38e8

commit 3823996101c51506d8a5d02a41ca140e6a5d38e8
Author:     Violet Purcell <vimproved@inventati.org>
AuthorDate: 2023-06-17 03:46:04 +0000
Commit:     Jimi Huotari <chiitoo@gentoo.org>
CommitDate: 2023-06-18 17:39:34 +0000

    dev-qt/qtwayland: Add dev-qt/qtbase[egl] usedep
    
    Closes: https://github.com/gentoo/gentoo/pull/31494
    Closes: https://bugs.gentoo.org/900589
    Signed-off-by: Violet Purcell <vimproved@inventati.org>
    Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>

 dev-qt/qtwayland/{qtwayland-6.5.1.ebuild => qtwayland-6.5.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)