diff options
author | 2024-03-12 16:25:15 -0400 | |
---|---|---|
committer | 2024-03-12 16:31:18 -0400 | |
commit | 9876575e6970983a1830fddff5eae0da6c232d23 (patch) | |
tree | 90c5c2d9719c075cdb1f87fafc7e3f787e3c902e /dev-qt/qtwayland/qtwayland-6.6.9999.ebuild | |
parent | dev-qt/qtwebengine: depend on gcc for libatomic in 6.7+ (diff) | |
download | gentoo-9876575e6970983a1830fddff5eae0da6c232d23.tar.gz gentoo-9876575e6970983a1830fddff5eae0da6c232d23.tar.bz2 gentoo-9876575e6970983a1830fddff5eae0da6c232d23.zip |
dev-qt/qtwayland: match accessibility IUSE with qtbase:6
Makes use of QT_CONFIG(accessibility) which can result in
undefined symbols if was enabled on qtbase then flipped off.
Like opengl/vulkan, this flag is typically enabled either
globally or not at all and should hopefully not cause conflicts
for most users.
Technically needed in non-live but given the low impact will
wait rather than let this trigger rebuilds (esp. given one
of the similarly affected package is qtwebengine).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwayland/qtwayland-6.6.9999.ebuild')
-rw-r--r-- | dev-qt/qtwayland/qtwayland-6.6.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwayland/qtwayland-6.6.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.6.9999.ebuild index 03045fcde32a..3e85bb4f71bc 100644 --- a/dev-qt/qtwayland/qtwayland-6.6.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.6.9999.ebuild @@ -11,11 +11,11 @@ if [[ ${QT6_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi -IUSE="compositor qml vulkan" +IUSE="accessibility compositor qml vulkan" RDEPEND=" dev-libs/wayland - ~dev-qt/qtbase-${PV}:6[gui,opengl,vulkan=] + ~dev-qt/qtbase-${PV}:6[accessibility=,gui,opengl,vulkan=] media-libs/libglvnd x11-libs/libxkbcommon compositor? ( |