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