[Mesa-users] compile mesa with drm and no x11
tornadory
tornadory at gmail.com
Tue Oct 26 01:11:37 PDT 2010
Hi,
I thought that you should install the development packages first.
such as[for Fedora OS]:
libX11-devel is the X11 development package
try to using sudo yum install libX11-devel
and for other OS such as Ubuntu, you need use "sudo apt-get install
libX11-dev" like command to install?
On Mon, 2010-10-25 at 18:39 +0200, Alberich de megres 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
>
> 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
More information about the mesa-users
mailing list