Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920198 - dev-libs/weston: Incorrect use of USE=gles2 (should be gles2-only)
Summary: dev-libs/weston: Incorrect use of USE=gles2 (should be gles2-only)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: James Le Cuirot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-17 15:52 UTC by Michał Górny
Modified: 2023-12-17 22:59 UTC (History)
1 user (show)

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-12-17 15:52:41 UTC
<flag name="gles2">Use GLESv2 cairo instead of full GL</flag>

but we have a global flag for that, and it disambiguates:

global[gles2-only] Use GLES 2.0 or later instead of full OpenGL
Comment 1 Larry the Git Cow gentoo-dev 2023-12-17 22:59:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e765cfc11ad5e3c2fafb4ebb9190820bb50ad7

commit 34e765cfc11ad5e3c2fafb4ebb9190820bb50ad7
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2023-12-17 22:54:07 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2023-12-17 22:58:45 +0000

    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@gentoo.org>

 dev-libs/weston/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)