commit: 34e765cfc11ad5e3c2fafb4ebb9190820bb50ad7 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Dec 17 22:54:07 2023 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Dec 17 22:58:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e765cf
dev-libs/weston: Correct the gles2 USE flag description It possibly used to influence the Cairo renderer, but meson_options.txt says this is now hardcoded to cairo-image. The gles2 option now controls the GL renderer. Closes: https://bugs.gentoo.org/920198 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> dev-libs/weston/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/weston/metadata.xml b/dev-libs/weston/metadata.xml index c135c4f506a8..2e4783560fc4 100644 --- a/dev-libs/weston/metadata.xml +++ b/dev-libs/weston/metadata.xml @@ -13,7 +13,7 @@ <flag name="drm">Enable drm compositor support</flag> <flag name="editor">Install wayland-editor example application</flag> <flag name="fullscreen">Enable fullscreen shell</flag> - <flag name="gles2">Use GLESv2 cairo instead of full GL</flag> + <flag name="gles2">Enable the GLESv2 renderer, not just the <pkg>x11-libs/pixman</pkg>-based software fallback</flag> <flag name="headless">Headless backend and a noop renderer, mainly for testing purposes</flag> <flag name="ivi">Enable the IVI shell</flag> <flag name="kiosk">Enable the kiosk shell</flag>
