mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 01:09:27 +02:00
* package depends on x11 for Linux (mantis #24179)
git-svn-id: trunk@24086 -
This commit is contained in:
parent
a5850f8d43
commit
7ad6c5028e
@ -23,6 +23,7 @@ begin
|
||||
P.HomepageURL := 'www.freepascal.org';
|
||||
P.OSes := [darwin,iphonesim,linux,win32,win64,wince];
|
||||
|
||||
P.Dependencies.Add('x11',AllUnixOSes-[darwin,iphonesim]);
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('gles11.pp',[darwin,iphonesim]);
|
||||
|
Loading…
Reference in New Issue
Block a user