commit: 835a00e93b358c28b2f744f0f037c782b00495b7 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Jan 3 22:37:32 2022 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Jan 3 22:37:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=835a00e9
profiles: Mask more Mesa-related USE flags on m68k Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 2dd6be0699a3..56fb20679473 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -37,7 +37,12 @@ mpi # James Le Cuirot <[email protected]> (2021-09-19) # I tried Mesa under qemu-system-m68k with VirtIO-GPU. It didn't work. +egl +gles1 +gles2 +opencl opengl +vulkan # James Le Cuirot <[email protected]> (2021-09-17) # Ruby just crashes on startup.
