Re: [Libreoffice] [PATCH v2] convert Mesa to gbuild and add to tail_build

2011-09-10 Thread Peter Foley
On Fri, 9 Sep 2011, Michael Stahl wrote: > On 09.09.2011 21:28, Peter Foley wrote: > > On Fri, 9 Sep 2011, Norbert Thiebaud wrote: > > > >> On Fri, Sep 9, 2011 at 11:20 AM, Peter Foley wrote: > > >>> > >>> Without the ifeq and with SYSTEM_MESA_HEADERS=YES I got this error. > >>> > >>> /root

Re: [Libreoffice] [PATCH v2] convert Mesa to gbuild and add to tail_build

2011-09-09 Thread Michael Stahl
On 09.09.2011 21:28, Peter Foley wrote: > On Fri, 9 Sep 2011, Norbert Thiebaud wrote: > >> On Fri, Sep 9, 2011 at 11:20 AM, Peter Foley wrote: >>> >>> Without the ifeq and with SYSTEM_MESA_HEADERS=YES I got this error. >>> >>> /root/libreoffice/slideshow/Library_OGLTrans.mk:66: *** >>> gb_L

Re: [Libreoffice] [PATCH v2] convert Mesa to gbuild and add to tail_build

2011-09-09 Thread Peter Foley
On Fri, 9 Sep 2011, Norbert Thiebaud wrote: > On Fri, Sep 9, 2011 at 11:20 AM, Peter Foley wrote: > >> > > > > Without the ifeq and with SYSTEM_MESA_HEADERS=YES I got this error. > > > > /root/libreoffice/slideshow/Library_OGLTrans.mk:66: *** > > gb_LinkTarget_use_external: unknown external: Mes

Re: [Libreoffice] [PATCH v2] convert Mesa to gbuild and add to tail_build

2011-09-09 Thread Norbert Thiebaud
oh and I forgot to ask: what is the value of SYSTEM_MESA_HEADERS in you EnvHost.sh ? Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH v2] convert Mesa to gbuild and add to tail_build

2011-09-09 Thread Norbert Thiebaud
On Fri, Sep 9, 2011 at 11:20 AM, Peter Foley wrote: >> > > Without the ifeq and with SYSTEM_MESA_HEADERS=YES I got this error. > > /root/libreoffice/slideshow/Library_OGLTrans.mk:66: *** > gb_LinkTarget_use_external: unknown external: Mesa.  Stop. what happen if you change the RepositoryExternal

Re: [Libreoffice] [PATCH v2] convert Mesa to gbuild and add to tail_build

2011-09-09 Thread Peter Foley
On Fri, 9 Sep 2011, Norbert Thiebaud wrote: > diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk > index f3dd316..9e31c16 100644 > --- a/slideshow/Library_OGLTrans.mk > +++ b/slideshow/Library_OGLTrans.mk > @@ -63,6 +63,10 @@ $(eval $(call gb_Library_add_linked_libs,OGLTran

Re: [Libreoffice] [PATCH v2] convert Mesa to gbuild and add to tail_build

2011-09-09 Thread Norbert Thiebaud
diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk index f3dd316..9e31c16 100644 --- a/slideshow/Library_OGLTrans.mk +++ b/slideshow/Library_OGLTrans.mk @@ -63,6 +63,10 @@ $(eval $(call gb_Library_add_linked_libs,OGLTrans,\ $(gb_STDLIBS) \ )) +ifeq ($(SYSTEM_MESA_HEAD

Re: [Libreoffice] [PATCH v2] convert Mesa to gbuild and add to tail_build

2011-09-09 Thread Norbert Thiebaud
On Fri, Sep 9, 2011 at 10:09 AM, Peter Foley wrote: > > I've attached an updated patch to convert Mesa to gbuild and add it to > tail_build. I've tested it with SYSTEM_MESA_HEADERS YES and NO. > diff --git a/Mesa/prj/d.lst b/Mesa/prj/d.lst deleted file mode 100644 index 9690bd4..000 --- a/Mesa

[Libreoffice] [PATCH v2] convert Mesa to gbuild and add to tail_build

2011-09-09 Thread Peter Foley
I've attached an updated patch to convert Mesa to gbuild and add it to tail_build. I've tested it with SYSTEM_MESA_HEADERS YES and NO. PeterFrom af6ae8a30ebea0f86ec2cb33bb94500cfbd3e027 Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Thu, 8 Sep 2011 20:48:59 -0400 Subject: [PATCH] convert Mesa