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

Bug 728762

Summary: media-libs/gst-plugins-base USE=wayland tries to include <X11/Xlib.h>, which does not exist on my system, through /usr/include/EGL/eglplatform.h
Product: Gentoo Linux Reporter: Fpemud <fpemud>
Component: Current packagesAssignee: GStreamer package maintainers <gstreamer>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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

The build process tries to include <X11/Xlib.h>, which does not exist on my system, through /usr/include/EGL/eglplatform.h

Reproducible: Always
Comment 1 charles17 2021-01-27 10:08:08 UTC
WFM using USE="-opengl wayland -X" without libX11 installed.
Comment 2 Haelwenn (lanodan) Monnier 2021-06-10 23:48:05 UTC
Adding `-DEGL_NO_X11` to the C(XX)FLAGS should fix this part, it's required for a lot of ebuilds when building with `USE=-X` ( btw here are my notes about it: https://hacktivis.me/notes/pure-wayland ).