From 6bb65458963dc49f1db7305e84706262a1abcfd8 Mon Sep 17 00:00:00 2001 From: Ivan Kuten Date: Tue, 18 Dec 2007 15:12:15 +0000 Subject: qtopia-4.3.2 update --- package/qtopia4/Config.in | 74 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 3 deletions(-) (limited to 'package/qtopia4/Config.in') diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in index f02875eb2..461538721 100644 --- a/package/qtopia4/Config.in +++ b/package/qtopia4/Config.in @@ -3,8 +3,6 @@ config BR2_PACKAGE_QTOPIA4 default n select BR2_INSTALL_LIBSTDCPP select BR2_PTHREADS_NATIVE - select BR2_PACKAGE_JPEG - select BR2_PACKAGE_LIBPNG help Qtopia core 4. @@ -12,10 +10,23 @@ config BR2_PACKAGE_QTOPIA4 config BR2_PACKAGE_QTOPIA4_DEBUG bool "Compile with debug support" - default y + default n depends BR2_PACKAGE_QTOPIA4 help +choice + prompt "Library type" + default BR2_PACKAGE_QTOPIA4_SHARED + depends BR2_PACKAGE_QTOPIA4 + help + Selects the library type: Shared or Static + +config BR2_PACKAGE_QTOPIA4_SHARED + bool "Shared library" +config BR2_PACKAGE_QTOPIA4_STATIC + bool "Static Library" +endchoice + choice prompt "Qtopia 4 Core license type" default BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL @@ -84,10 +95,67 @@ config BR2_PACKAGE_QTOPIA4_GIF config BR2_PACKAGE_QTOPIA4_LIBMNG bool "Enable libmng support" default n + select BR2_PACKAGE_LIBPNG depends BR2_PACKAGE_QTOPIA4 help This compiles and installs the plugin for MNG support. +choice + prompt "libjpeg support" + depends BR2_PACKAGE_QTOPIA4 + default BR2_PACKAGE_QTOPIA4_NOJPEG + help + Select libjpeg support. + +config BR2_PACKAGE_QTOPIA4_NOJPEG + bool + prompt "No jpeg support" + help + Disable JPEG support + +config BR2_PACKAGE_QTOPIA4_SYSTEMJPEG + bool + select BR2_PACKAGE_JPEG + prompt "use system libjpeg" + help + Link against system libjpeg + +config BR2_PACKAGE_QTOPIA4_QTJPEG + bool + prompt "use qt libjpeg" + help + Link against libjpeg proveded with Qt +endchoice + +choice + prompt "zlib support" + depends BR2_PACKAGE_QTOPIA4 + default BR2_PACKAGE_QTOPIA4_QTZLIB + help + Select zlib support. + +config BR2_PACKAGE_QTOPIA4_NOZLIB + bool + prompt "no zlib" + help + Use the zlib bundled with Qt. + + +config BR2_PACKAGE_QTOPIA4_QTZLIB + bool + prompt "Qt zlib" + help + Use the zlib bundled with Qt. + +config BR2_PACKAGE_QTOPIA4_SYSTEMZLIB + bool + select BR2_PACKAGE_ZLIB + prompt "System zlib" + help + Use the shared zlib from the system. +endchoice + + config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM string "The embedded platform we are making Qtopia4 for" default "arm" if BR2_arm -- cgit v1.2.3