From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/qtopia4
Date: Sat, 25 Oct 2008 23:03:23 -0700 (PDT) [thread overview]
Message-ID: <20081026060323.89E3E3C2C0@busybox.net> (raw)
Author: jacmet
Date: 2008-10-25 23:03:23 -0700 (Sat, 25 Oct 2008)
New Revision: 23793
Log:
qtopia4: reduce the use of BR2_PACKAGE_QTOPIA4
Use one conditional if statement instead of several single "depends on".
Patch by Markus Heidelberg.
Cleaned up trailing white space while we're at it.
Modified:
trunk/buildroot/package/qtopia4/Config.in
Changeset:
Modified: trunk/buildroot/package/qtopia4/Config.in
===================================================================
--- trunk/buildroot/package/qtopia4/Config.in 2008-10-26 00:24:38 UTC (rev 23792)
+++ trunk/buildroot/package/qtopia4/Config.in 2008-10-26 06:03:23 UTC (rev 23793)
@@ -7,16 +7,16 @@
http://www.trolltech.com/
+if BR2_PACKAGE_QTOPIA4
+
config BR2_PACKAGE_QTOPIA4_DEBUG
bool "Compile with debug support"
- depends on BR2_PACKAGE_QTOPIA4
help
If unsure, say N.
choice
prompt "Library type"
default BR2_PACKAGE_QTOPIA4_SHARED
- depends on BR2_PACKAGE_QTOPIA4
help
Selects the library type: Shared or Static
@@ -40,7 +40,6 @@
choice
prompt "Qtopia 4 Core license type"
default BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
- depends on BR2_PACKAGE_QTOPIA4
help
Selects the type of license you which to use for Qtopia 4 Core.
@@ -54,7 +53,7 @@
config BR2_PACKAGE_QTOPIA4_GPL_LICENSE_APPROVED
bool "Approve Qtopia Core 4 GPL licence"
- depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
+ depends on BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
help
Select this if you approve the GNU GENERAL PUBLIC LICENSE Version 2
on the Qtopia Core 4 library. By doing this you will not be asked
@@ -67,7 +66,7 @@
config BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME
string "Qtopia Core 4 Commercial License Username"
default ""
- depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
+ depends on BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
help
Commercial users can download their source directly by
providing a username.
@@ -75,14 +74,13 @@
config BR2_PACKAGE_QTOPIA4_COMMERCIAL_PASSWORD
string "Qtopia Core 4 Commercial License Password"
default ""
- depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
+ depends on BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
help
Commercial users can download their source directly by
providing a password.
config BR2_PACKAGE_QTOPIA4_QT3SUPPORT
bool "Compatibility with Qt3"
- depends on BR2_PACKAGE_QTOPIA4
help
Turns on support for older Qt3. This will create an additional
library with proxy code and increase the space required on target.
@@ -91,26 +89,22 @@
config BR2_PACKAGE_QTOPIA4_DEPTHS
string "color depths to support"
default "-depths 24,16,8"
- depends on BR2_PACKAGE_QTOPIA4
help
Which color depths to support for the library. Default is "-depths
24,16,8". Different depths are specified by a comma separated list.
config BR2_PACKAGE_QTOPIA4_GIF
bool "Enable GIF support"
- depends on BR2_PACKAGE_QTOPIA4
help
This compiles and installs the plugin for GIF reading support.
config BR2_PACKAGE_QTOPIA4_LIBMNG
bool "Enable libmng support"
- depends on BR2_PACKAGE_QTOPIA4
help
This compiles and installs the plugin for MNG support.
choice
prompt "JPEG support"
- depends on BR2_PACKAGE_QTOPIA4
default BR2_PACKAGE_QTOPIA4_NOJPEG
help
Select libjpeg support.
@@ -134,7 +128,6 @@
choice
prompt "PNG support"
- depends on BR2_PACKAGE_QTOPIA4
default BR2_PACKAGE_QTOPIA4_NOPNG
help
Select which library to use if PNG support should be enabled.
@@ -152,7 +145,6 @@
choice
prompt "TIFF support"
- depends on BR2_PACKAGE_QTOPIA4
default BR2_PACKAGE_QTOPIA4_NOTIFF
help
Select which library to use if TIFF support should be enabled.
@@ -170,7 +162,6 @@
choice
prompt "zlib support"
- depends on BR2_PACKAGE_QTOPIA4
default BR2_PACKAGE_QTOPIA4_QTZLIB
help
Select zlib support.
@@ -179,17 +170,16 @@
bool "Qt zlib"
help
Use the zlib bundled with Qt.
-
+
config BR2_PACKAGE_QTOPIA4_SYSTEMZLIB
bool "System zlib"
select BR2_PACKAGE_ZLIB
help
Use the shared zlib from the system.
endchoice
-
+
choice
prompt "freetype2 support"
- depends on BR2_PACKAGE_QTOPIA4
default BR2_PACKAGE_QTOPIA4_NOFREETYPE
help
Select freetype2 support.
@@ -204,7 +194,7 @@
bool "Qt freetype2"
help
Use the libfreetype bundled with Qt.
-
+
config BR2_PACKAGE_QTOPIA4_SYSTEMFREETYPE
bool "System freetype2"
select BR2_PACKAGE_FREETYPE
@@ -212,7 +202,7 @@
Use shared libfreetype from the target system.
See http://www.freetype.org/
endchoice
-
+
config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM
string "The embedded platform we are making Qtopia4 for"
default "arm" if BR2_arm
@@ -231,13 +221,11 @@
default "generic" if BR2_sh
default "generic" if BR2_sh64
default "generic" if BR2_sparc
- depends on BR2_PACKAGE_QTOPIA4
help
The target platform.
menuconfig BR2_PACKAGE_QTOPIA4_SQL_MODULE
bool "SQL Module"
- depends on BR2_PACKAGE_QTOPIA4
help
Compile Qtopia SQL Module
if BR2_PACKAGE_QTOPIA4_SQL_MODULE
@@ -246,28 +234,24 @@
config BR2_PACKAGE_QTOPIA4_XMLPATTERNS
bool "XML Patterns Module"
- depends on BR2_PACKAGE_QTOPIA4
help
Build QtXmlPatterns module.
If unsure, say n
config BR2_PACKAGE_QTOPIA4_SVG
bool "SVG Module"
- depends on BR2_PACKAGE_QTOPIA4
help
Build the SVG module.
If unsure, say n
config BR2_PACKAGE_QTOPIA4_WEBKIT
bool "WebKit Module"
- depends on BR2_PACKAGE_QTOPIA4
help
Build the WebKit module.
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_OPENSSL
bool "Enable OpenSSL support"
- depends on BR2_PACKAGE_QTOPIA4
select BR2_PACKAGE_OPENSSL
help
Enable support for the OpenSSL encryption library. If you use
@@ -275,3 +259,4 @@
target.
If unsure, say n.
+endif # BR2_PACKAGE_QTOPIA4
next reply other threads:[~2008-10-26 6:03 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-26 6:03 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-03-05 15:35 [Buildroot] svn commit: trunk/buildroot/package/qtopia4 jacmet at uclibc.org
2009-01-25 20:19 jacmet at uclibc.org
2008-12-08 18:00 egtvedt at uclibc.org
2008-12-04 16:50 egtvedt at uclibc.org
2008-12-01 13:06 egtvedt at uclibc.org
2008-12-01 13:08 ` Thomas Petazzoni
2008-12-01 13:12 ` Hans-Christian Egtvedt
2008-12-01 13:19 ` Thomas Petazzoni
2008-12-01 13:25 ` Hans-Christian Egtvedt
2008-12-01 13:39 ` Thomas Petazzoni
2008-12-01 13:43 ` Hans-Christian Egtvedt
2008-11-11 18:35 tpetazzoni at uclibc.org
2008-11-02 2:16 antab at uclibc.org
2008-11-02 14:14 ` Markus Heidelberg
2008-11-02 20:22 ` Peter Korsgaard
2008-10-31 17:17 antab at uclibc.org
2008-11-01 11:47 ` Markus Heidelberg
2008-11-01 13:46 ` Arnar Mar Sigurðsson
2008-11-01 17:42 ` Thiago A. Corrêa
2008-11-01 19:15 ` Markus Heidelberg
2008-11-02 20:19 ` Peter Korsgaard
2008-10-31 2:17 correa at uclibc.org
2008-10-29 20:40 jacmet at uclibc.org
2008-10-28 9:40 jacmet at uclibc.org
2008-10-28 9:40 jacmet at uclibc.org
2008-10-29 14:11 ` Arnar Mar Sigurðsson
2008-10-29 15:21 ` Peter Korsgaard
2008-10-29 16:01 ` Thiago A. Corrêa
2008-10-29 16:36 ` Arnar Mar Sigurðsson
2008-10-29 18:02 ` Markus Heidelberg
2008-09-29 16:27 egtvedt at uclibc.org
2008-09-03 3:44 correa at uclibc.org
2008-09-03 1:09 correa at uclibc.org
2008-08-27 20:19 jacmet at uclibc.org
2008-06-28 3:55 correa at uclibc.org
2008-06-28 3:22 correa at uclibc.org
2008-05-21 5:52 ulf at uclibc.org
2008-05-21 5:48 ulf at uclibc.org
2008-05-11 6:45 ulf at uclibc.org
2008-04-25 11:45 ninevoltz at uclibc.org
2008-04-24 18:44 ninevoltz at uclibc.org
2008-04-24 19:04 ` Peter Korsgaard
2008-04-24 19:30 ` John Voltz
2008-04-24 19:47 ` Peter Korsgaard
2008-04-24 20:27 ` Thiago A. Corrêa
2008-04-25 7:23 ` Hans-Christian Egtvedt
2008-04-25 13:31 ` Thiago A. Corrêa
2008-04-25 13:45 ` Peter Korsgaard
2008-04-23 15:27 jacmet at uclibc.org
2008-03-12 13:53 ninevoltz at uclibc.org
2008-03-12 14:20 ` Peter Korsgaard
2008-03-12 15:18 ` Thomas Petazzoni
2008-03-12 18:26 ` Will Wagner
2008-03-13 6:25 ` Hans-Christian Egtvedt
2008-03-12 18:44 ` Will Wagner
2008-03-12 18:55 ` John Voltz
2008-03-13 6:26 ` Hans-Christian Egtvedt
2008-03-13 10:38 ` Will Wagner
2008-03-13 11:21 ` Hans-Christian Egtvedt
2008-03-13 11:27 ` Will Wagner
2008-03-06 18:22 ninevoltz at uclibc.org
2008-01-25 10:20 thomasez at uclibc.org
2007-12-18 15:12 vanokuten at uclibc.org
2007-09-26 10:23 ulf at uclibc.org
2007-09-26 11:07 ` Peter Korsgaard
2007-09-26 11:30 ` Ulf Samuelsson
2007-09-26 11:48 ` Peter Korsgaard
2007-09-26 18:27 ` rafael2k
2007-09-23 16:29 ulf at uclibc.org
2007-08-28 23:06 ulf at uclibc.org
2007-08-22 19:31 aldot at uclibc.org
2007-08-21 8:31 aldot at uclibc.org
2007-07-28 17:26 ulf at uclibc.org
2007-07-28 15:41 ulf at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081026060323.89E3E3C2C0@busybox.net \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox