summaryrefslogtreecommitdiff
path: root/package/qtopia4/Config.in
diff options
context:
space:
mode:
authorArnar Mar SigurĂ°sson <antab@valka.is>2008-10-31 17:17:23 +0000
committerArnar Mar SigurĂ°sson <antab@valka.is>2008-10-31 17:17:23 +0000
commitf972f947d53ffecaf09999bf0a4931d81f13966f (patch)
tree0e6e733b96290b61eaa91596ceb86d376d75f9ee /package/qtopia4/Config.in
parent1830e8942fe3c90da4bcda14dcf926d65daa1286 (diff)
Add options to select what gfx and mouse drivers are compiled in.
Note to tslib users: You now have to select the tslib mouse driver to build it.
Diffstat (limited to 'package/qtopia4/Config.in')
-rw-r--r--package/qtopia4/Config.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in
index 866184c18..1c2f94887 100644
--- a/package/qtopia4/Config.in
+++ b/package/qtopia4/Config.in
@@ -224,13 +224,9 @@ config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM
help
The target platform.
-menuconfig BR2_PACKAGE_QTOPIA4_SQL_MODULE
- bool "SQL Module"
- help
- Compile Qtopia SQL Module
-if BR2_PACKAGE_QTOPIA4_SQL_MODULE
source "package/qtopia4/Config.sql.in"
-endif
+source "package/qtopia4/Config.gfx.in"
+source "package/qtopia4/Config.mouse.in"
config BR2_PACKAGE_QTOPIA4_XMLPATTERNS
bool "XML Patterns Module"