Removing the dependency of the LazUtils package on the fcl-image package

This commit is contained in:
Sergey Larin 2022-01-26 16:33:00 +03:00
parent 14bbe91f1e
commit 8a185d4e79
4 changed files with 5 additions and 5 deletions

View File

@ -35,6 +35,7 @@ begin
P.Flags.Add('LazarusDsgnPkg');
D := P.Dependencies.Add('fcl-image');
D := P.Dependencies.Add('lazutils');
P.Options.Add('-MObjFPC');
P.Options.Add('-Scghi');

View File

@ -123,6 +123,10 @@
</Item>
</Files>
<RequiredPkgs>
<Item>
<PackageName Value="fcl-image"/>
<DependencyType Value="FPMake"/>
</Item>
<Item>
<PackageName Value="LazUtils"/>
</Item>

View File

@ -35,7 +35,6 @@ begin
P.Flags.Add('LazarusDsgnPkg');
D := P.Dependencies.Add('fcl-image');
D := P.Dependencies.Add('fcl');
P.Options.Add('-MObjFPC');
P.Options.Add('-Scghi');

View File

@ -345,10 +345,6 @@
<OutDir Value="languages"/>
</i18n>
<RequiredPkgs>
<Item>
<PackageName Value="fcl-image"/>
<DependencyType Value="FPMake"/>
</Item>
<Item>
<PackageName Value="FCL"/>
</Item>