From 0e0bd3a7806e83ec1483d54bdf4389b815d7e530 Mon Sep 17 00:00:00 2001 From: "Thiago A. CorrĂȘa" Date: Wed, 29 Apr 2009 18:29:24 +0000 Subject: Improve Qt embedded target_dir install handling and granularity. This saves me 600k on jffs2 compressed fs for avr32. --- package/qtopia4/Config.in | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'package/qtopia4/Config.in') 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 -- cgit v1.2.3