summaryrefslogtreecommitdiffstats
path: root/package/qtopia4/Config.sql.in
diff options
context:
space:
mode:
authorArnar Mar SigurĂ°sson2008-10-31 18:17:23 +0100
committerArnar Mar SigurĂ°sson2008-10-31 18:17:23 +0100
commitf972f947d53ffecaf09999bf0a4931d81f13966f (patch)
tree0e6e733b96290b61eaa91596ceb86d376d75f9ee /package/qtopia4/Config.sql.in
parentFix zlib install broken by previous commit. Sorry (diff)
downloadbuildroot-f972f947d53ffecaf09999bf0a4931d81f13966f.tar.gz
buildroot-f972f947d53ffecaf09999bf0a4931d81f13966f.tar.xz
buildroot-f972f947d53ffecaf09999bf0a4931d81f13966f.zip
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.sql.in')
-rw-r--r--package/qtopia4/Config.sql.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/qtopia4/Config.sql.in b/package/qtopia4/Config.sql.in
index ae3cf3c7c..881f7edb6 100644
--- a/package/qtopia4/Config.sql.in
+++ b/package/qtopia4/Config.sql.in
@@ -1,3 +1,9 @@
+menuconfig BR2_PACKAGE_QTOPIA4_SQL_MODULE
+ bool "SQL Module"
+ help
+ Compile Qtopia SQL Module
+
+if BR2_PACKAGE_QTOPIA4_SQL_MODULE
config BR2_PACKAGE_QTOPIA4_MYSQL
bool "MySQL Driver"
help
@@ -33,4 +39,4 @@ config BR2_PACKAGE_QTOPIA4_SQLITE2
help
Build SQLite 2 driver
If unsure, say n.
-
+endif