summaryrefslogtreecommitdiff
path: root/package/qtopia4/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/qtopia4/Config.in')
-rw-r--r--package/qtopia4/Config.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in
index 2a34da617..7a702c6d7 100644
--- a/package/qtopia4/Config.in
+++ b/package/qtopia4/Config.in
@@ -127,16 +127,19 @@ endif
config BR2_PACKAGE_QTOPIA4_GIF
bool "Enable GIF support"
+ depends on BR2_PACKAGE_QTOPIA4_GUI_MODULE
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_GUI_MODULE
help
This compiles and installs the plugin for MNG support.
choice
prompt "JPEG support"
+ depends on BR2_PACKAGE_QTOPIA4_GUI_MODULE
default BR2_PACKAGE_QTOPIA4_NOJPEG
help
Select libjpeg support.
@@ -160,6 +163,7 @@ endchoice
choice
prompt "PNG support"
+ depends on BR2_PACKAGE_QTOPIA4_GUI_MODULE
default BR2_PACKAGE_QTOPIA4_NOPNG
help
Select which library to use if PNG support should be enabled.
@@ -177,6 +181,7 @@ endchoice
choice
prompt "TIFF support"
+ depends on BR2_PACKAGE_QTOPIA4_GUI_MODULE
default BR2_PACKAGE_QTOPIA4_NOTIFF
help
Select which library to use if TIFF support should be enabled.
@@ -212,6 +217,7 @@ endchoice
choice
prompt "freetype2 support"
+ depends on BR2_PACKAGE_QTOPIA4_GUI_MODULE
default BR2_PACKAGE_QTOPIA4_NOFREETYPE
help
Select freetype2 support.
@@ -257,8 +263,10 @@ config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM
The target platform.
source "package/qtopia4/Config.sql.in"
+if BR2_PACKAGE_QTOPIA4_GUI_MODULE
source "package/qtopia4/Config.gfx.in"
source "package/qtopia4/Config.mouse.in"
+endif
config BR2_PACKAGE_QTOPIA4_PHONON
bool "Phonon Module"
@@ -269,8 +277,15 @@ config BR2_PACKAGE_QTOPIA4_PHONON
formats can be configured at the GStreamer package.
If unsure, say n.
+config BR2_PACKAGE_QTOPIA4_XML
+ bool "XML Module"
+ default y
+ help
+ Build the XML module.
+
config BR2_PACKAGE_QTOPIA4_XMLPATTERNS
bool "XML Patterns Module"
+ depends on BR2_PACKAGE_QTOPIA4_XML
help
Build QtXmlPatterns module.
If unsure, say n
@@ -281,14 +296,23 @@ config BR2_PACKAGE_QTOPIA4_SVG
Build the SVG module.
If unsure, say n
+config BR2_PACKAGE_QTOPIA4_NETWORK
+ bool "Network Module"
+ default y
+ help
+ Install the Network module.
+ if unsure, say y
+
config BR2_PACKAGE_QTOPIA4_WEBKIT
bool "WebKit Module"
+ depends on BR2_PACKAGE_QTOPIA4_NETWORK
help
Build the WebKit module.
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_OPENSSL
bool "Enable OpenSSL support"
+ depends on BR2_PACKAGE_QTOPIA4_NETWORK
select BR2_PACKAGE_OPENSSL
help
Enable support for the OpenSSL encryption library. If you use
@@ -296,4 +320,19 @@ config BR2_PACKAGE_QTOPIA4_OPENSSL
target.
If unsure, say n.
+config BR2_PACKAGE_QTOPIA4_SCRIPT
+ bool "Script Module"
+ default y
+ help
+ Build the Qt Script module.
+ if unsure, say y.
+
+config BR2_PACKAGE_QTOPIA4_SCRIPTTOOLS
+ bool "Script Tools Module"
+ depends on BR2_PACKAGE_QTOPIA4_SCRIPT
+ default n
+ help
+ Build the Qt Script Tools module.
+ if unsure, say n.
+
endif # BR2_PACKAGE_QTOPIA4