Re: building wayland without X

2011-05-31 Thread Samuel Rødal
On 05/21/2011 06:51 AM, ext Karshan Sharma wrote: So, has anyone worked out a patch to be able to build mesa without x ? ... I was gonna start on that but didnt want to reinvent the wheel. This seems to work: export CFLAGS=-DMESA_EGL_NO_X11_HEADERS ./autogen.sh --prefix=$WLD --enable-gles2 --

Re: building wayland without X

2011-05-20 Thread Karshan Sharma
So, has anyone worked out a patch to be able to build mesa without x ? ... I was gonna start on that but didnt want to reinvent the wheel. On Mon, Mar 28, 2011 at 9:07 AM, Tiago Vignatti wrote: > On 03/28/2011 07:08 AM, ext Karshan Sharma wrote: >> >>    I was just wondering if its even possible

Re: building wayland without X

2011-03-31 Thread Kristian Høgsberg
On Mon, Mar 28, 2011 at 10:07 AM, Tiago Vignatti wrote: > On 03/28/2011 07:08 AM, ext Karshan Sharma wrote: >> >>    I was just wondering if its even possible to build wayland without >> X right now, since mesa will refuse to build without the X library >> headers (libX11-dev, which depends on a b

Re: building wayland without X

2011-03-28 Thread Tiago Vignatti
On 03/28/2011 07:08 AM, ext Karshan Sharma wrote: I was just wondering if its even possible to build wayland without X right now, since mesa will refuse to build without the X library headers (libX11-dev, which depends on a bunch of other X stuff), even with the --with-x=no option, or am I do

building wayland without X

2011-03-27 Thread Karshan Sharma
hey, I was just wondering if its even possible to build wayland without X right now, since mesa will refuse to build without the X library headers (libX11-dev, which depends on a bunch of other X stuff), even with the --with-x=no option, or am I doing something stupid ? _