Browse Source

* add missing description for x11

git-svn-id: trunk@29234 -
Tomas Hajny 10 years ago
parent
commit
c4abfa3788
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/x11/fpmake.pp

+ 1 - 0
packages/x11/fpmake.pp

@@ -13,6 +13,7 @@ begin
 {$endif ALLPACKAGES}
 
     P:=AddPackage('x11');
+    P.Description := 'Interface units for X Window GUI libraries (X11).';
 {$ifdef ALLPACKAGES}
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}