Преглед на файлове

* Graph does not depend on x11 on windows

git-svn-id: trunk@20076 -
joost преди 13 години
родител
ревизия
b24936e4ba
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/graph/fpmake.pp

+ 1 - 1
packages/graph/fpmake.pp

@@ -32,7 +32,7 @@ begin
 
     // Dependencies for ptc, due to fpcmake bug:
     P.Dependencies.Add('fcl-base',[win32,win64,linux]);
-    P.Dependencies.Add('x11',[win32,win64,linux]);
+    P.Dependencies.Add('x11',[freebsd,linux]); // ptc only depends on reebsd and linux on x11
     P.Dependencies.Add('hermes',[win32,win64,linux]);
 
     P.SourcePath.Add('src');