Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728760 - gui-libs/libwpe - src/renderer-backend-egl.c includes /usr/include/EGL/eglplatform.h and it tries to include <X11/Xlib.h>
Summary: gui-libs/libwpe - src/renderer-backend-egl.c includes /usr/include/EGL/eglpla...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-19 11:22 UTC by Fpemud
Modified: 2022-04-09 05:54 UTC (History)
0 users

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 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.