mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* Added dependency on opengl
git-svn-id: trunk@23367 -
This commit is contained in:
parent
c6d58be3e2
commit
6bdcfaa493
@ -7,7 +7,7 @@ name=graph
|
||||
version=2.7.1
|
||||
|
||||
[require]
|
||||
packages=rtl fpmkunit
|
||||
packages=rtl fpmkunit opengl
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user