Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KItinerary
Commits
69a8fdab
Commit
69a8fdab
authored
Dec 03, 2020
by
Volker Krause
Browse files
Fix build without ZXing
parent
b922233f
Pipeline
#42881
passed with stage
in 10 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/config-kitinerary.h.cmake
View file @
69a8fdab
...
...
@@ -26,9 +26,11 @@
#define K_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
// this might compile with older versions too, but it only actually works post 1.1.1
#ifdef HAVE_ZXING
#if ZXING_VERSION > K_VERSION_CHECK(1, 1, 1)
#define ZXING_USE_READBARCODE
#endif
#endif
#cmakedefine HAVE_KCAL
#cmakedefine HAVE_LIBXML2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment