Browse Source

* libfontconfig dependency for linux/bsd

Michaël Van Canneyt 1 year ago
parent
commit
fa9da559fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-pdf/fpmake.pp

+ 1 - 0
packages/fcl-pdf/fpmake.pp

@@ -34,6 +34,7 @@ begin
     P.Dependencies.Add('fcl-xml');
     P.Dependencies.Add('paszlib');
     P.Dependencies.add('winunits-base',AllWindowsOSes-[wince]);
+    P.Dependencies.add('libfontconfig',[linux]+AllBSDOSes);
     P.Version:='3.3.1';
     T:=P.Targets.AddUnit('src/fpttfencodings.pp');
     T:=P.Targets.AddUnit('src/fpparsettf.pp');