commit: dd9a5de546a05157993cb46f6ae20e381d25ecfc Author: Chris Mayo <aklhfex <AT> gmail <DOT> com> AuthorDate: Sat Oct 25 16:17:00 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Oct 26 15:58:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9a5de5
x11-libs/libxkbcommon: Add a metadata flag element for wayland Different from the default "Enable dev-libs/wayland backend". Part-of: https://github.com/gentoo/gentoo/pull/44332 Closes: https://github.com/gentoo/gentoo/pull/44332 Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-libs/libxkbcommon/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-libs/libxkbcommon/metadata.xml b/x11-libs/libxkbcommon/metadata.xml index 9f2f9f386d67..c677d654391f 100644 --- a/x11-libs/libxkbcommon/metadata.xml +++ b/x11-libs/libxkbcommon/metadata.xml @@ -7,6 +7,7 @@ </maintainer> <use> <flag name="tools">Build the xkbcli tools</flag> + <flag name="wayland">Build the Wayland utilities</flag> </use> <upstream> <remote-id type="cpe">cpe:/a:xkbcommon:libxkbcommon</remote-id>
