mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 20:39:43 +02:00
* fixed dependency on opengl wrongly marked as valid for all targets
git-svn-id: trunk@20358 -
This commit is contained in:
parent
f597d18f24
commit
4f36dc3539
@ -24,11 +24,11 @@ begin
|
||||
P.Description := 'Header to the GTK widgetset (v1).';
|
||||
P.NeedLibC:= true; // true for headers that indirectly link to libc?
|
||||
|
||||
P.OSes:=AllUnixOSes+[Win32,Win64]-[darwin,iphonesim];
|
||||
P.OSes:=AllUnixOSes+[Win32,Win64,OS2,EMX]-[darwin,iphonesim];
|
||||
if Defaults.CPU<>arm then
|
||||
P.OSes := P.OSes + [darwin];
|
||||
|
||||
P.Dependencies.Add('opengl');
|
||||
P.Dependencies.Add('opengl',AllUnixOSes);
|
||||
|
||||
T:=P.Targets.AddUnit('src/gdk/gdkpixbuf.pp');
|
||||
with T.Dependencies do
|
||||
|
Loading…
Reference in New Issue
Block a user