Browse Source

* Added dependency on opengl

git-svn-id: trunk@23367 -
michael 12 years ago
parent
commit
6bdcfaa493
2 changed files with 2 additions and 1 deletions
  1. 1 1
      packages/graph/Makefile.fpc
  2. 1 0
      packages/graph/fpmake.pp

+ 1 - 1
packages/graph/Makefile.fpc

@@ -7,7 +7,7 @@ name=graph
 version=2.7.1
 
 [require]
-packages=rtl fpmkunit
+packages=rtl fpmkunit opengl
 
 [install]
 fpcpackage=y

+ 1 - 0
packages/graph/fpmake.pp

@@ -34,6 +34,7 @@ begin
     P.Dependencies.Add('fcl-base',[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.Dependencies.Add('opengl',[win32,win64,linux]);
 
     P.SourcePath.Add('src');
     P.SourcePath.Add('src/ptcgraph');