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