Allow to compile Subsurface with upstream libdivecomputer

This will create an inconsistent build that has some UI features implying
BT support but those will be non-functional. I don't think this is the
right thing to do - either fail to build with a decent message or really
remove the BT support.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-07-07 11:47:48 -07:00
parent fe8605ed5b
commit fa69a1b7d5
3 changed files with 20 additions and 0 deletions

View file

@ -53,7 +53,10 @@ extern const char *progress_bar_text;
extern double progress_bar_fraction;
extern char *logfile_name;
extern char *dumpfile_name;
#if SSRF_CUSTOM_SERIAL
extern dc_status_t dc_serial_qt_open(dc_serial_t **out, dc_context_t *context, const char *devaddr);
#endif
#ifdef __cplusplus
}