From: Bartosz Golaszewski Date: Mon, 3 Dec 2018 14:35:35 +0000 (+0100) Subject: mainbar: fix build without libsigrokdecode X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=13fe60f537c78661f62386b3bec202cbb42364fe;hp=13fe60f537c78661f62386b3bec202cbb42364fe mainbar: fix build without libsigrokdecode We must not include decodesignal.hpp if we're not using libsigrokdecode or the build will fail due to libsigrokdecode.hpp not being present in the system. Signed-off-by: Bartosz Golaszewski ---