Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 728762 - 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
Summary: media-libs/gst-plugins-base USE=wayland tries to include <X11/Xlib.h>, which ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-19 11:33 UTC by Fpemud
Modified: 2021-06-10 23:48 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: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 ).