* Added dependency on opengl

git-svn-id: trunk@23367 -
This commit is contained in:
michael 2013-01-12 13:30:23 +00:00
parent c6d58be3e2
commit 6bdcfaa493
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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');