diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 19:31:43 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 19:31:43 +0000 |
commit | 470cbac579bc3b8503ae90829bcb01e59988e8b2 (patch) | |
tree | f8630d208f6fe66fd613e6f3dc990c247dc0da19 /package/qtopia4/Config.in | |
parent | 0dd9238c7f31fe3d042bf4734f928c782a6c4aa4 (diff) | |
download | buildroot-novena-470cbac579bc3b8503ae90829bcb01e59988e8b2.tar.gz buildroot-novena-470cbac579bc3b8503ae90829bcb01e59988e8b2.zip |
- add GIF and MMG support, fix comments a little bit, small cleanups, and avoid building Qtopia examples.
Thanks to Hans-Christian Egtvedt and Thiago A. Correa (for the last item).
Diffstat (limited to 'package/qtopia4/Config.in')
-rw-r--r-- | package/qtopia4/Config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in index 728f44d88..f02875eb2 100644 --- a/package/qtopia4/Config.in +++ b/package/qtopia4/Config.in @@ -74,10 +74,25 @@ config BR2_PACKAGE_QTOPIA4_DEPTHS Which color depths to support for the library. Default is "-depths 8". Is specified by a comma separated list, i.e. -depths 24,16,8. +config BR2_PACKAGE_QTOPIA4_GIF + bool "Enable GIF support" + default n + depends BR2_PACKAGE_QTOPIA4 + help + This compiles and installs the plugin for GIF reading support. + +config BR2_PACKAGE_QTOPIA4_LIBMNG + bool "Enable libmng support" + default n + depends BR2_PACKAGE_QTOPIA4 + help + This compiles and installs the plugin for MNG support. + config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM string "The embedded platform we are making Qtopia4 for" default "arm" if BR2_arm default "arm" if BR2_armeb + default "avr32" if BR2_avr32 default "x86" if BR2_i386 default "x86_64" if BR2_x86_64 default "mips" if BR2_mips |