浏览代码

* Added dependency on opengl

git-svn-id: trunk@23367 -
michael 12 年之前
父节点
当前提交
6bdcfaa493
共有 2 个文件被更改,包括 2 次插入1 次删除
  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
 version=2.7.1
 
 
 [require]
 [require]
-packages=rtl fpmkunit
+packages=rtl fpmkunit opengl
 
 
 [install]
 [install]
 fpcpackage=y
 fpcpackage=y

+ 1 - 0
packages/graph/fpmake.pp

@@ -34,6 +34,7 @@ begin
     P.Dependencies.Add('fcl-base',[win32,win64,linux]);
     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('x11',[freebsd,linux]); // ptc only depends on reebsd and linux on x11
     P.Dependencies.Add('hermes',[win32,win64,linux]);
     P.Dependencies.Add('hermes',[win32,win64,linux]);
+    P.Dependencies.Add('opengl',[win32,win64,linux]);
 
 
     P.SourcePath.Add('src');
     P.SourcePath.Add('src');
     P.SourcePath.Add('src/ptcgraph');
     P.SourcePath.Add('src/ptcgraph');