* properly construct the overall package OS matrix from unit deps.

git-svn-id: trunk@27352 -
This commit is contained in:
marco 2014-03-29 20:51:42 +00:00
parent 959ea7f5bb
commit bd902a7550

View File

@ -24,7 +24,8 @@ Const
Socksyscall = [beos,freebsd,haiku,linux,netbsd,openbsd]; Socksyscall = [beos,freebsd,haiku,linux,netbsd,openbsd];
Socklibc = unixlikes-socksyscall; Socklibc = unixlikes-socksyscall;
gpmOSes = [Linux,Android]; gpmOSes = [Linux,Android];
AllTargetsextra = ObjectsOSes + UComplexOSes + MatrixOSes+SerialOSes; AllTargetsextra = ObjectsOSes + UComplexOSes + MatrixOSes+
SerialOSes +PrinterOSes+SocketsOSes+gpmOSes;
Var Var
P : TPackage; P : TPackage;