Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 728760

Summary: gui-libs/libwpe - src/renderer-backend-egl.c includes /usr/include/EGL/eglplatform.h and it tries to include <X11/Xlib.h>
Product: Gentoo Linux Reporter: Fpemud <fpemud>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fpemud 2020-06-19 11:22:53 UTC
I'm trying to remove X11 dependencies from my system.

src/renderer-backend-egl.c includes /usr/include/EGL/eglplatform.h and it tries to include <X11/Xlib.h>.

What I suppose:
1. gui-libs/libwpe should have USE flag X and wayland
2. gui-libs/libwpe should depend on media-libs/mesa[egl,X?,wayland?]
3. WL_EGL_PLATFORM needs to be defined somewhere for gui-libs/libwpe[wayland]


Reproducible: Always
Comment 1 Matt Turner gentoo-dev 2022-04-09 05:54:51 UTC
This was fixed in libglvnd; had nothing to do with libwpe.