# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # ifeq (,$(gb_Side)) gb_Side := host endif ifeq (,$(BUILDDIR)) BUILDDIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) endif include $(BUILDDIR)/config_$(gb_Side).mk include $(SRCDIR)/solenv/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk)) # vim: set noet sw=4 ts=4: ame='id' value='5512bdd0e734e6fe2ad1420e78b9837a5eaf7dde'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/fontconfig
AgeCommit message (Expand)Author
2013-08-17enable binary package option for a set of 'stable' librariesNorbert Thiebaud
2013-07-30C++11 requires a space between literal and identifierTor Lillqvist
2013-05-24stop delivering fontconfig headersDavid Tardon
2013-05-08expat: remove ExternalPackage_expatMichael Stahl
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2013-02-08The bundled expat is nowadays built as a single libexatTor Lillqvist
2012-11-19Use gb_VISIBILITY_FLAGSTor Lillqvist
2012-11-15Revert "Use different symbol names in the two expat variants we build"Michael Stahl
2012-11-15tweak some build.lsts...Michael Stahl
2012-11-08fontconfig's configure looks for <expat.h>Tor Lillqvist
2012-11-05cleanup README files.Michael Meeks
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan
2012-10-30Try to fix Android tinderbox buildTor Lillqvist
2012-10-29Need -lm for Android for the exectuables that fontconfig buildsTor Lillqvist
2012-10-24fontconfig: convert to gbuildMatúš Kukan
2012-10-10Mention that these are used for Android onlyTor Lillqvist
2012-10-10add a README filesManal Alhassoun
2012-10-03Use different symbol names in the two expat variants we buildTor Lillqvist
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist