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

Norbert Thiebaud nthiebaud at gmail.com
Fri Sep 9 09:40:09 PDT 2011


On Fri, Sep 9, 2011 at 11:20 AM, Peter Foley <pefoley2 at verizon.net> 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.mk part to

+ifeq ($(SYSTEM_MESA_HEADERS),YES)
+
+define gb_LinkTarget__use_Mesa
+endef
+
+else
+
+define gb_LinkTarget__use_Mesa
+$(eval $(call gb_LinkTarget_add_external_headers,$(1),Mesa_inc))
+
+endef
+
+endif
+

Norbert


More information about the LibreOffice mailing list