mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
package/poppler: needs dynamic library
Fixes: - http://autobuild.buildroot.org/results/e409863724005a0c182476612187a322a16a7db8 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
d8bd71bf96
commit
2c2e68c658
@ -2,6 +2,7 @@ config BR2_PACKAGE_POPPLER
|
|||||||
bool "poppler"
|
bool "poppler"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++14, constexpr
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++14, constexpr
|
||||||
select BR2_PACKAGE_FONTCONFIG
|
select BR2_PACKAGE_FONTCONFIG
|
||||||
help
|
help
|
||||||
@ -28,6 +29,6 @@ config BR2_PACKAGE_POPPLER_UTILS
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "poppler needs a toolchain w/ C++, threads, gcc >= 5"
|
comment "poppler needs a toolchain w/ C++, threads, dynamic library, gcc >= 5"
|
||||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
BR2_STATIC_LIBS || !BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user