diff options
author | Daniel Nicoletti <dantti12@gmail.com> | 2018-07-17 17:46:13 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-18 12:55:41 +0200 |
commit | d5eed34f4497343669b83513a0b6075295597ee3 (patch) | |
tree | 9fae343defc867028f5013d662b6a7ca309ee433 /package/Config.in | |
parent | 8d5e0e088241382ca9554caa85555fbc3a28022b (diff) | |
download | buildroot-d5eed34f4497343669b83513a0b6075295597ee3.tar.gz buildroot-d5eed34f4497343669b83513a0b6075295597ee3.zip |
cutelyst: new package
A C++ Web Framework built on top of Qt, using
the simple approach of Catalyst (Perl) framework.
Signed-off-by: Daniel Nicoletti <dantti12@gmail.com>
[Thomas: add entry in DEVELOPERS file, move cmake-package invocation
to the end of .mk file, select BR2_PACKAGE_OPENSSL.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index eedce83616..08a3eac48a 100644 --- a/package/Config.in +++ b/package/Config.in @@ -314,6 +314,7 @@ comment "Other GUIs" source "package/kf5/Config.in" if BR2_PACKAGE_QT || BR2_PACKAGE_QT5 comment "QT libraries and helper libraries" + source "package/cutelyst/Config.in" source "package/grantlee/Config.in" source "package/qextserialport/Config.in" source "package/qjson/Config.in" |