config BR2_PACKAGE_LIBDE265 bool "libde265" depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17 depends on BR2_TOOLCHAIN_HAS_THREADS help libde265 is an open source implementation of the h.265 video codec. https://github.com/strukturag/libde265 comment "libde265 needs a toolchain w/ threads, C++, gcc >= 7" depends on \ !BR2_TOOLCHAIN_HAS_THREADS || \ !BR2_INSTALL_LIBSTDCPP || \ !BR2_TOOLCHAIN_GCC_AT_LEAST_7