Config.in 589 B

1234567891011121314151617
  1. config 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. https://cutelyst.org
  12. comment "cutelyst needs a toolchain w/ C++, gcc >= 4.8, headers >= 3.3"
  13. depends on BR2_PACKAGE_QT5
  14. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
  15. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3