mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/qpdf: fix comment
Commit 3f9bcc01b3ef94c8f138b6dccc861d9e222de5ef forgot to update comment Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
3f9bcc01b3
commit
03cb3f61a0
@ -15,6 +15,6 @@ config BR2_PACKAGE_QPDF
|
|||||||
|
|
||||||
http://qpdf.sourceforge.net/
|
http://qpdf.sourceforge.net/
|
||||||
|
|
||||||
comment "qpdf needs a toolchain w/ C++, gcc >= 4.7"
|
comment "qpdf needs a toolchain w/ C++, wchar, gcc >= 4.7"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || \
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
||||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user