mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libreoffice: correct ZXing check_include
Nothing is changed, but more correct semantic.
This commit is contained in:
parent
063c5c690e
commit
d941600d1c
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue