7eca96e65f
[Peter: adjust for BR changes] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10 lines
267 B
Plaintext
10 lines
267 B
Plaintext
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/
|