Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626960 - media-libs/mesa should allow pure Wayland builds without X11 libs
Summary: media-libs/mesa should allow pure Wayland builds without X11 libs
Status: RESOLVED DUPLICATE of bug 560096
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-03 08:22 UTC by Cedric Sodhi
Modified: 2017-08-05 21:13 UTC (History)
2 users (show)

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 Cedric Sodhi 2017-08-03 08:22:39 UTC
Since I've been building mesa from git manually (for that very reason) for a while I can confirm that it builds and runs just fine without any X11-libraries, using the following line (for example):

-disable-gles1 --enable-gles2 --disable-dri3 --enable-dri --disable-glx --enable-egl --with-gallium-drivers= --with-dri-drivers=i965 --disable-omx --disable-xa --with-vulkan-drivers=intel --with-egl-platforms=wayland,drm

The following dependencies are then superfluous:

x11-libs/libXxf86vm
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libxcb
x11-libs/libXfixes
x11-libs/libX11
x11-proto/glproto
x11-libs/libxshmfence
x11-proto/xf86driproto
x11-proto/dri2proto
Comment 1 Cedric Sodhi 2017-08-03 08:24:35 UTC
For user under wayland, that is (i.e. USE=wayland)
Comment 2 Arfrever Frehtes Taifersar Arahesis 2017-08-05 21:13:11 UTC

*** This bug has been marked as a duplicate of bug 560096 ***