libreoffice: correct ZXing check_include
Nothing is changed, but more correct semantic.
This commit is contained in:
parent
063c5c690e
commit
d941600d1c
|
@ -79,8 +79,9 @@ Description: we should always check for full path
|
|||
+#include <ZXing/BitMatrixIO.h>
|
||||
#endif
|
||||
|
||||
#if __has_include(<Utf.h>)
|
||||
-#if __has_include(<Utf.h>)
|
||||
-#include <Utf.h>
|
||||
+#if __has_include(<ZXing/Utf.h>)
|
||||
+#include <ZXing/Utf.h>
|
||||
#else
|
||||
-#include <TextUtfEncoding.h>
|
||||
|
|
Loading…
Reference in New Issue