diff options
| author | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-04-15 20:26:03 +0000 |
|---|---|---|
| committer | joost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-04-15 20:26:03 +0000 |
| commit | 52d05e32940af386fc8bc4b91a5fae9bb98829f8 (patch) | |
| tree | ab289a1df3b211a8cbf2bf6ce775f1e895be68ea /packages/cairo | |
| parent | 760ba5847365999ebd16af130d4572cefda6ac0b (diff) | |
| download | fpc-52d05e32940af386fc8bc4b91a5fae9bb98829f8.tar.gz | |
Fixed fpmake.pp files:
* ExternalURL does not exist anymore
* Do not add dependencies on files in other packages, add a package dependency
on the package where the files are in instead
* Replaced the copy of fcl-base's fpmake.pp in fcl-extra with a real one
* Fixed some dependencies and file-names
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15148 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/cairo')
| -rw-r--r-- | packages/cairo/fpmake.pp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/cairo/fpmake.pp b/packages/cairo/fpmake.pp index 16dce736b2..0cf6cdaee0 100644 --- a/packages/cairo/fpmake.pp +++ b/packages/cairo/fpmake.pp @@ -33,21 +33,15 @@ begin with T.Dependencies do begin AddUnit('cairo'); - AddUnit('freetypeh'); end; T:=P.Targets.AddUnit('cairoxlib.pp',AllUnixOSes); with T.Dependencies do begin AddUnit('cairo'); - AddUnit('xlib'); - AddUnit('xrender'); end; T:=P.Targets.AddUnit('cairowin32.pp',AllWindowsOses); with T.Dependencies do - begin AddUnit('cairo'); - AddUnit('windows'); - end; {$ifndef ALLPACKAGES} Run; end; |
