|
@@ -8,6 +8,7 @@ config BR2_PACKAGE_CUPS_FILTERS
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
|
|
depends on BR2_PACKAGE_CUPS
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # qpdf
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_ATOMIC # qpdf
|
|
|
select BR2_PACKAGE_JPEG
|
|
|
select BR2_PACKAGE_FONTCONFIG
|
|
|
select BR2_PACKAGE_FREETYPE
|
|
@@ -33,6 +34,7 @@ config BR2_PACKAGE_CUPS_FILTERS
|
|
|
|
|
|
comment "cups-filters needs a toolchain w/ wchar, C++, threads and dynamic library, gcc >= 5"
|
|
|
depends on BR2_USE_MMU
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
!BR2_USE_WCHAR || BR2_STATIC_LIBS || \
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_5
|