Re: Compile MESA with minimum X dependencies
Albert Freeman <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <CAHD8uZO=NN2xXG-RHx6OC9qB-Wmr7rjseusJhw6J26YCzkqxcQ@mail.gmail.com> |
On 4 November 2015 at 08:50, Albert Freeman <[email protected]> wrote: > On 1 November 2015 at 17:08, Eric Nicolas <[email protected]> wrote: >> Hi, >> >> I'd like to compile a wayland+weston environment on an otherwise 'bare' >> archlinux. So I'm trying to get MESA to compile with minimum X dependencies. >> I'm quite ok with some X-bits but not the whole Xorg if that's possible. >> Otherwise I'd like driver for Intel and VMWare too. >> >> So far I installed (not sure they are all needed): >> - libxcb >> - libxau >> - proto >> - xcv-proto >> - presentproto >> - dri3proto >> - dri2proto >> - glproto >> - libdrm >> - libpciaccess >> - libpthread-stubs >> >> Also I've read that for wayland+weston OpenGL is not required, so I tries: >> ./configure --disable-opengl >> >> But it still complains for: 'x11-xcb' which I cannot find as a standalone >> library, so I guess it comes with the full XOrg implementation... >> >> What would be the correct configure flags for what I'm trying to do ? >> >> Thanks. >> >> >> >> >> >> _______________________________________________ >> mesa-users mailing list >> [email protected] >> http://lists.freedesktop.org/mailman/listinfo/mesa-users >> > I can compile mesa on arch linux: > pacman -Q | grep xcb > libxcb 1.11.1-1 > xcb-proto 1.11-2 > xcb-util 0.4.0-1 > xcb-util-image 0.4.0-1 > xcb-util-keysyms 0.4.0-1 > xcb-util-wm 0.4.1-1 Better solution: Ensure you don't have any of these as mesa configure flags: enable-xvmc enable-vdpau enable-omx enable-va You also need x11 excluded from with-egl-platforms but I am pretty sure you would have already done that. _______________________________________________ mesa-users mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-users