mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Require libzip, xslt and osm-gps-map in all builds
Conditional inclusion of libzip, xslt and osm-gps-map just makes testing more cumbersome, since testers might lack Subsurface features without knowing. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5775905727
commit
f5ef74202b
9 changed files with 4 additions and 89 deletions
4
dive.h
4
dive.h
|
|
@ -9,9 +9,7 @@
|
|||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <libxml/tree.h>
|
||||
#ifdef XSLT
|
||||
#include <libxslt/transform.h>
|
||||
#endif
|
||||
|
||||
#include "sha1.h"
|
||||
|
||||
|
|
@ -598,9 +596,7 @@ extern void save_dives(const char *filename);
|
|||
extern void save_dives_logic(const char *filename, gboolean select_only);
|
||||
extern void save_dive(FILE *f, struct dive *dive);
|
||||
|
||||
#ifdef XSLT
|
||||
extern xsltStylesheetPtr get_stylesheet(const char *name);
|
||||
#endif
|
||||
|
||||
extern timestamp_t utc_mktime(struct tm *tm);
|
||||
extern void utc_mkdate(timestamp_t, struct tm *tm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue