summaryrefslogtreecommitdiffstats
path: root/package/Config.in
diff options
context:
space:
mode:
authorStephan Hoffmann <sho@relinux.de>2012-09-21 20:59:49 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-10-21 21:48:10 +0200
commiteed671a9b141870000d074a229f350f776d48bbd (patch)
treee10724e9307f5565cdf57cde7880a5118fa49023 /package/Config.in
parent93e4785aa4057649fdeb18954a51c4a1bc833eea (diff)
downloadbuildroot-novena-eed671a9b141870000d074a229f350f776d48bbd.tar.gz
buildroot-novena-eed671a9b141870000d074a229f350f776d48bbd.zip
qtuio: new package
Implementation of an interface connecting TUIO messages and QT events https://github.com/x29a/qTUIO Signed-off-by: Stephan Hoffmann <sho@relinux.de> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> build-tested with a minimal internal toolchain for ARM. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/Config.in')
-rw-r--r--package/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 2ba68cf3d..6842aab38 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -134,6 +134,12 @@ source "package/sdl_gfx/Config.in"
comment "other GUIs"
source "package/efl/Config.in"
source "package/qt/Config.in"
+
+if BR2_PACKAGE_QT
+comment "QT libraries and helper libraries"
+source "package/qtuio/Config.in"
+endif
+
source "package/x11r7/Config.in"
comment "X libraries and helper libraries"