Explorar el Código

* Added dependency on opengl

git-svn-id: trunk@23367 -
michael hace 12 años
padre
commit
6bdcfaa493
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  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');