mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-09 03:09:21 +02:00
* libfontconfig only on linux/freebsd/darwin
This commit is contained in:
parent
ddd39227eb
commit
48348ca7a1
@ -34,7 +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.Dependencies.add('libfontconfig',[linux,freebsd,darwin]);
|
||||
P.Version:='3.3.1';
|
||||
T:=P.Targets.AddUnit('src/fpttfencodings.pp');
|
||||
T:=P.Targets.AddUnit('src/fpparsettf.pp');
|
||||
|
Loading…
Reference in New Issue
Block a user