package/poppler: needs wchar
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 10 Jun 2019 21:57:33 +0000 (23:57 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 10 Jun 2019 22:08:23 +0000 (00:08 +0200)
Fixes:
 - http://autobuild.buildroot.org/results/2c8695b75c3241359e739d88726430cbfe47a5bd

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/poppler/Config.in

index 6ff6215e298bce131aa49291f8f647adf1508951..521e3e65a829708bf28cc6c731fd3fae106baef4 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_POPPLER
        bool "poppler"
+       depends on BR2_USE_WCHAR
        depends on BR2_INSTALL_LIBSTDCPP
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on !BR2_STATIC_LIBS
@@ -29,6 +30,7 @@ config BR2_PACKAGE_POPPLER_UTILS
 
 endif
 
-comment "poppler needs a toolchain w/ C++, threads, dynamic library, gcc >= 5"
-       depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
-               BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_5
+comment "poppler needs a toolchain w/ wchar, C++, threads, dynamic library, gcc >= 5"
+       depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
+               !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
+               !BR2_TOOLCHAIN_GCC_AT_LEAST_5