diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-31 16:35:34 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-12-31 16:36:26 -0500 |
commit | 120553e5585b7a6efef796d0b4e5f7159979ead9 (patch) | |
tree | bb820916a67afa1e0e90a00729cbecb86640c602 /Module_tail_build.mk | |
parent | acfd176c3052692c85f4cac3103695be4e8f74df (diff) |
add fontconfig to tail_build
Change-Id: Iff855964f085a94633cfe25462dd9f5e44a8a828
Diffstat (limited to 'Module_tail_build.mk')
-rw-r--r-- | Module_tail_build.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk index dce689a92f8b..0407aae22c6e 100644 --- a/Module_tail_build.mk +++ b/Module_tail_build.mk @@ -76,10 +76,12 @@ $(eval $(call gb_Module_add_moduledirs,tail_build,\ extras \ fileaccess \ filter \ + $(call gb_Helper_optional,FONTCONFIG,fontconfig) \ forms \ formula \ fpicker \ framework \ + $(call gb_Helper_optional,FREETYPE,freetype) \ $(call gb_Helper_optional,GRAPHITE,graphite) \ $(call gb_Helper_optional,DESKTOP,helpcompiler) \ $(call gb_Helper_optional,HSQLDB,hsqldb) \ |