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 --
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
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
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
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 ?
_