[Libreoffice-commits] .: solenv/gbuild

Caolán McNamara caolan at kemper.freedesktop.org
Thu Jul 7 08:06:34 PDT 2011


 solenv/gbuild/platform/solaris.mk |    1 +
 solenv/gbuild/platform/unxgcc.mk  |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit a8c2b258f73d6371de814f1b2e7f0614ed0f247f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Jul 7 16:06:22 2011 +0100

    add fontconfig as known base system lib

diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk
index 1b443bc..b1076eb 100644
--- a/solenv/gbuild/platform/solaris.mk
+++ b/solenv/gbuild/platform/solaris.mk
@@ -257,6 +257,7 @@ gb_STDLIBS := \
 gb_Library_PLAINLIBS_NONE += \
 	$(gb_STDLIBS) \
 	dl \
+	fontconfig \
 	freetype \
 	GL \
 	GLU \
diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index d2517af..19fbb67 100644
--- a/solenv/gbuild/platform/unxgcc.mk
+++ b/solenv/gbuild/platform/unxgcc.mk
@@ -303,6 +303,7 @@ gb_Library_UNOEXT := .uno$(gb_Library_PLAINEXT)
 
 gb_Library_PLAINLIBS_NONE += \
 	dl \
+	fontconfig \
 	freetype \
 	GL \
 	GLU \


More information about the Libreoffice-commits mailing list