solettaproject / soletta

Soletta Project is a framework for making IoT devices. With Soletta Project's libraries developers can easily write software for devices that control actuators/sensors and communicate using standard technologies. It enables adding smartness even on the smallest edge devices.
http://solettaproject.org
Apache License 2.0
225 stars 108 forks source link

mqtt: Check libmosquitto version #2317

Closed ceolin closed 8 years ago

ceolin commented 8 years ago

Soletta requires libmosquitto >= 1.4.2 Since libmosquitto does not have a pkg-config to check the library version, it's checking for the version exported in mosquitto.h

Signed-off-by: Flavio Ceolin flavio.ceolin@intel.com

cabelitos commented 8 years ago

lgtm

ceolin commented 8 years ago

thx iscaro !!!