Summary: | media-libs/mesa: add a use flag to disable opengl | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | om3i <bajew68482> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=920752 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Add opengl USE flag |
Description
om3i
2023-12-25 13:38:29 UTC
Feel free to write a patch and do all the reverse dependency testing... Created attachment 880727 [details, diff]
Add opengl USE flag
I'm planning to add this with mesa-24. Can you even build zink with opengl support disabled? > Can you even build zink with opengl support disabled?
No, although in that case, other gallium drivers can be disabled.
If just vulkan is required, opengl, including zink, can be completely disabled.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78da2493dd11ce279d74d8ed1f790ff03bfc2090 commit 78da2493dd11ce279d74d8ed1f790ff03bfc2090 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2024-02-01 19:36:53 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2024-02-01 19:49:41 +0000 media-libs/mesa: Add USE=opengl Closes: https://bugs.gentoo.org/920692 Signed-off-by: Matt Turner <mattst88@gentoo.org> media-libs/mesa/mesa-9999.ebuild | 30 ++++++++++++++++++++++++------ profiles/base/package.use.force | 4 ++++ 2 files changed, 28 insertions(+), 6 deletions(-) |