* include imlib for OS/2 and EMX too

git-svn-id: trunk@20357 -
This commit is contained in:
Tomas Hajny 2012-02-15 21:14:07 +00:00
parent 79c8234c8b
commit f597d18f24

View File

@ -25,7 +25,7 @@ begin
P.Description := 'Headers to imlib, an efficient bitmap manipulation program';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
P.OSes:=AllUnixOSes-[darwin,iphonesim];
P.OSes:=AllUnixOSes+[OS2,EMX]-[darwin,iphonesim];
if Defaults.CPU<>arm then
P.OSes := P.OSes + [darwin];