1config BR2_PACKAGE_CUTELYST 2 bool "cutelyst" 3 depends on BR2_PACKAGE_QT5 4 depends on BR2_INSTALL_LIBSTDCPP 5 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11 6 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 7 select BR2_PACKAGE_QT5BASE_GUI 8 help 9 A C++ Web Framework built on top of Qt, using 10 the simple approach of Catalyst (Perl) framework. 11 12 https://cutelyst.org 13 14comment "cutelyst needs a toolchain w/ C++, gcc >= 4.8, headers >= 3.3" 15 depends on BR2_PACKAGE_QT5 16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 17 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3 18