diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-22 21:18:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-22 21:18:26 +0000 |
commit | 7388ac14353275f4dbf76a78df55afc75f9e9c9c (patch) | |
tree | 420831671f87ba382698b73ca3db526afaa798db /conf | |
parent | 323c296bf4b2260fc9d17000b9756f54a6c51e16 (diff) |
documentation.conf: document PALMTOP_USE_MULTITHREADED_QT
Diffstat (limited to 'conf')
-rw-r--r-- | conf/documentation.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf index 57ca4fe237..cd189b6f2b 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -91,3 +91,6 @@ GROUP_locale[doc] = "Locale generation of the GNU libc implementation" ENABLE_BINARY_LOCALE_GENERATION[doc] = "Enable the use of qemu to generate locale information during build time on the host instead of runtime on the target. If you have trouble with qemu-native you should make this an empty var. @group locale" PCMCIA_MANAGER[doc] = "Specify which package(s) to install to handle PCMCIA slots (usually pcmcia-cs or pcmciautils)." + +# palmtop build class +PALMTOP_USE_MULTITHREADED_QT[doc] = "Set to yes, if you want to build qt apps with CONFIG+=thread" |