mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
package/cutelyst/Config.in
Normal file
17
package/cutelyst/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_CUTELYST
|
||||
bool "cutelyst"
|
||||
depends on BR2_PACKAGE_QT5
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
||||
select BR2_PACKAGE_QT5BASE_GUI
|
||||
help
|
||||
A C++ Web Framework built on top of Qt, using
|
||||
the simple approach of Catalyst (Perl) framework.
|
||||
|
||||
https://cutelyst.org
|
||||
|
||||
comment "cutelyst needs a toolchain w/ C++, gcc >= 4.8, headers >= 3.3"
|
||||
depends on BR2_PACKAGE_QT5
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
||||
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3
|
||||
Reference in New Issue
Block a user