zmqpp: use more logical way of expressing comment dependencies
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Aug 2015 09:07:39 +0000 (11:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Aug 2015 10:11:20 +0000 (12:11 +0200)
commit7b69cc9f184806d4a62462095475f70bd05f286a
tree78758d857316b5119529511538e9807a03590fc1
parent634b714d972590fe095736f5833e6671da8cf02b
zmqpp: use more logical way of expressing comment dependencies

In most packages, we use 'depends on !A || !B || !C' and not 'depends
on !(A && B && C)' to express the dependencies of comments on missing
toolchain features. As suggested by Yann E. Morin, let's switch zmqpp
to this convention.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/zmqpp/Config.in