diff options
author | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2009-03-11 22:00:46 +0000 |
---|---|---|
committer | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2009-03-11 22:00:46 +0000 |
commit | 98a01f05f953fdfbec7b1d0798fc69e569127013 (patch) | |
tree | 361fe605541237483d72fc0145d50f4203776bbb /package | |
parent | 227d6e524507c4dd472f569724ce555519726612 (diff) | |
download | buildroot-novena-98a01f05f953fdfbec7b1d0798fc69e569127013.tar.gz buildroot-novena-98a01f05f953fdfbec7b1d0798fc69e569127013.zip |
Default yes to GUI module install on Qtopia4
Diffstat (limited to 'package')
-rw-r--r-- | package/qtopia4/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in index fc5a95eb8..e6823329b 100644 --- a/package/qtopia4/Config.in +++ b/package/qtopia4/Config.in @@ -90,6 +90,7 @@ config BR2_PACKAGE_QTOPIA4_QT3SUPPORT config BR2_PACKAGE_QTOPIA4_GUI_MODULE bool "Gui Module" + default y help Turns on support to Gui applications. If your board don't have video output, or you don't require Qt GUI, say n. |