Przeglądaj źródła

+ added dependency to rtl-unicode for the ide package

Nikolay Nikolov 3 lat temu
rodzic
commit
153baf41ce
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/ide/fpmake.pp

+ 1 - 0
packages/ide/fpmake.pp

@@ -231,6 +231,7 @@ begin
           P.OSes := AllOSes-[darwin];
 
         P.Dependencies.Add('rtl-extra');
+        P.Dependencies.Add('rtl-unicode');
         P.Dependencies.Add('fv');
         P.Dependencies.Add('chm');
         { This one is only needed if DEBUG is set }