mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 02:49:22 +02:00
* add missing description for pasjpeg
git-svn-id: trunk@29230 -
This commit is contained in:
parent
63ba5f7c56
commit
4f411386f0
@ -14,6 +14,7 @@ begin
|
|||||||
|
|
||||||
P:=AddPackage('pasjpeg');
|
P:=AddPackage('pasjpeg');
|
||||||
P.ShortName:='pjp';
|
P.ShortName:='pjp';
|
||||||
|
P.Description := 'Pascal port of JPEG (.JPG) image format handling library from IJG.';
|
||||||
{$ifdef ALLPACKAGES}
|
{$ifdef ALLPACKAGES}
|
||||||
P.Directory:=ADirectory;
|
P.Directory:=ADirectory;
|
||||||
{$endif ALLPACKAGES}
|
{$endif ALLPACKAGES}
|
||||||
|
Loading…
Reference in New Issue
Block a user