summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-03-12 16:25:15 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-03-12 16:31:18 -0400
commit9876575e6970983a1830fddff5eae0da6c232d23 (patch)
tree90c5c2d9719c075cdb1f87fafc7e3f787e3c902e /dev-qt/qtwayland/qtwayland-6.7.9999.ebuild
parentdev-qt/qtwebengine: depend on gcc for libatomic in 6.7+ (diff)
downloadgentoo-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.7.9999.ebuild')
-rw-r--r--dev-qt/qtwayland/qtwayland-6.7.9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild
index 005196d57b76..90842e7be4d0 100644
--- a/dev-qt/qtwayland/qtwayland-6.7.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-6.7.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=,wayland]
+ ~dev-qt/qtbase-${PV}:6[accessibility=,gui,opengl,vulkan=,wayland]
media-libs/libglvnd
x11-libs/libxkbcommon
compositor? (