mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
All dependencies must be unconditional Add missing deps: - dev-libs/wayland required by shipped libGLESv2.so Runs without it but throws errors at startup: [1006:0220/122917.086782:ERROR:egl_util.cc(44)] Failed to load GLES library: /opt/Bruno/libGLESv2.so: libwayland-client.so.0: cannot open shared object file: No such file or directory [1006:0220/122917.090308:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [1039:0220/122917.122467:ERROR:gpu_init.cc(521)] Passthrough is not supported, GL is disabled, ANGLE is - x11-misc/xdg-utils required for opening documentation etc. Closes: https://bugs.gentoo.org/924984 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>