mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 01:08:07 +02:00
* Graph does not depend on x11 on windows
git-svn-id: trunk@20076 -
This commit is contained in:
parent
ef9910e7ca
commit
b24936e4ba
@ -32,7 +32,7 @@ begin
|
||||
|
||||
// Dependencies for ptc, due to fpcmake bug:
|
||||
P.Dependencies.Add('fcl-base',[win32,win64,linux]);
|
||||
P.Dependencies.Add('x11',[win32,win64,linux]);
|
||||
P.Dependencies.Add('x11',[freebsd,linux]); // ptc only depends on reebsd and linux on x11
|
||||
P.Dependencies.Add('hermes',[win32,win64,linux]);
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
|
Loading…
Reference in New Issue
Block a user