diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-06-02 18:13:55 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-03 18:35:40 +0100 |
commit | 7eca96e65f750e40d5cb558acf45b906bb6453e6 (patch) | |
tree | 146d370a51878582797c5bc380bd8fc93482842e /package/qextserialport/Config.in | |
parent | 51f3425e3d6c69758c071b9327eecaa14b5e053a (diff) | |
download | buildroot-novena-7eca96e65f750e40d5cb558acf45b906bb6453e6.tar.gz buildroot-novena-7eca96e65f750e40d5cb558acf45b906bb6453e6.zip |
qextserialport: new package
[Peter: adjust for BR changes]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qextserialport/Config.in')
-rw-r--r-- | package/qextserialport/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/qextserialport/Config.in b/package/qextserialport/Config.in new file mode 100644 index 000000000..4e92ecf3b --- /dev/null +++ b/package/qextserialport/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_QEXTSERIALPORT + bool "qextserialport" + # Qt is a big library, we don't want to select it + # automatically without the user knowing + depends on BR2_PACKAGE_QT + help + A Qt library to manage serial ports + + http://code.google.com/p/qextserialport/ |