From: Uwe Hermann Date: Tue, 8 Jan 2019 22:01:39 +0000 (+0100) Subject: libsigrokflow.hpp: Add a temporary workaround. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=15c57e97c5e98a2c795c305bbff1eac49c93d0ee;p=libsigrokflow.git libsigrokflow.hpp: Add a temporary workaround. Assume libsigrokcxx and libsigrokdecode are always available for now. --- diff --git a/include/libsigrokflow/libsigrokflow.hpp b/include/libsigrokflow/libsigrokflow.hpp index 31cbd01..c13e1c6 100644 --- a/include/libsigrokflow/libsigrokflow.hpp +++ b/include/libsigrokflow/libsigrokflow.hpp @@ -21,6 +21,10 @@ #ifndef LIBSIGROKFLOW_LIBSIGROKFLOW_HPP #define LIBSIGROKFLOW_LIBSIGROKFLOW_HPP +/* Temporary workaround, will be dropped later. */ +#define HAVE_LIBSIGROKCXX 1 +#define HAVE_LIBSIGROKDECODE 1 + #include #include #include