mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +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>
|
||||
#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…
Add table
Reference in a new issue