[Mesa-users] compile mesa with drm and no x11

Chia-I Wu olvaffe at gmail.com
Tue Oct 26 02:22:20 PDT 2010


On Tue, Oct 26, 2010 at 12:39 AM, Alberich de megres
<alberich2k5 at gmail.com> wrote:
> Hi,
>
> I'm stucked trying to compile mesa 7.9.
>
> I'm trying to build mesa to work with no X11 but having hardware accelerated 3D.
>
> This is the line i'm using:
>
> ./configure --prefix=$HOME/install  --enable-egl --enable-gles2
> --with-egl-platforms=drm
>
> With that i'm getting the following error:
>
> checking for X... no
> configure: error: X11 development libraries needed for dri driver
While DRM-only EGL does not need X11 at both compile time and run time, the
configuration system always checks for X11.  You are gonna need libx11-dev
until it is fixed.
> So what i understand from that is to use drm it needs xorg-devel
> libraries..but the idea is not use the X11 at all.
>
> How can i fix that?
>
> thanks!!
> Alberich
> _______________________________________________
> mesa-users mailing list
> mesa-users at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-users
>



-- 
olv at LunarG.com


More information about the mesa-users mailing list