* fixed dependency on opengl wrongly marked as valid for all targets

git-svn-id: trunk@20358 -
This commit is contained in:
Tomas Hajny 2012-02-15 21:15:33 +00:00
parent f597d18f24
commit 4f36dc3539

View File

@ -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